• On my homepage I use different colors then the rest of the website. For that reasen I used this code to adapt the color of a link after hovering on my homepage:

    .home .content-wrapper a:hover {
    color: #47425d;
    }

    Worked fine till the last update of Sydney.

    Any idea what I can do to fix this? Anything in the code that I should adapt?

    Thanks for the help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter joslammers

    (@joslammers)

    Adding !important solved the problem for now. Is there a better code to use for the appearance of the homepage when different from the rest of the site?

Viewing 1 replies (of 1 total)
  • The topic ‘Color of links after hover over gone with Sydney update’ is closed to new replies.