test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • doorknob Friend
    #193440

    I found that links in modules published in the spotlight area have the link text coloured the same as the background so that if the module background is transparent, the links disappear until hovered. This is because the spotlight modukles define new values for the text colour and background colour but not for links. The inherited link colour is the same as the spotlight background colour. I fixed this by adding:

    .home {
    .t3-sl-1,
    .t3-sl-5 {
    a {
    color: darken(@t3-spotlight-text-color, 10%);
    }
    a:hover,
    a:focus {
    color: @t3-spotlight-text-color;
    }
    }
    }

    Regards
    Phil

    Wall Crasher Developer
    #517483

    Thank for your information.
    T3 Blank and T3 Bs3 Blank are sample templates. You can always changes the LESS files to create any new template as you want.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Wall Crasher 10 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum