Hover on dark background makes link invisible

Home Forums Jomelle WordPress Theme Hover on dark background makes link invisible

This topic contains 1 reply, has 2 voices, and was last updated by  ab-themes 7 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17032

    vianta
    Participant

    Hello,

    On our landing page at Servi.ca/ the link on the dark grey disappears in the background on hover.
    What would be a quick css fix? Could you add a white hover color for links on the dark grey in the css for the next version?

    Thanks, Stefan

    #17038

    ab-themes
    Keymaster

    Hi,

    It is a good suggestion, we will make it possible in the next update.
    Here’s how you can do it with CSS:

    1. add new custom class on section, for example “dark_link_hover”
    2. add this to your CSS file:

    .dark_link_hover a:hover{
        color: #fff;
    }

    offcourse you can change #fff value with what ever you want.
    That will be it.

    Cheers

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

The topic ‘Hover on dark background makes link invisible’ is closed to new replies.