• I’m trying to update the hover color to menu links using CSS. But the hover options continues to show a color a few shades darker than specified.

    Is this a result of the theme or a CSS rule I’m forgetting about?

    li a:hover {
    color: #E10098;
    opacity: 1;
    }

    • This topic was modified 4 years, 11 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
  • The order of the rules is important, especially for links. They should go in the order of :link, :visited, :hover, :active for them all to render correctly.
    This means you should probably ask at your theme’s support forum to get into those details with the author.

Viewing 1 replies (of 1 total)

The topic ‘Header Menu Hover Color’ is closed to new replies.