• I’ve been playing with the CSS to change the menu navigation color, but I can’t seem to get it to work.

    Right now the hover over is a light grey for each menu page. I want to change the hover over to #dd3333. Can I get some help? Thanks!

    Here’s the website: https://www.relorescue.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi misterfancy, it looks like the responsive media queries for Tablets (landscape) < 960px are getting picked up by desktop screens as well, so it’s picking up your hover setting further down in the CSS file. To fix you also need to change #mainnav-menu li.menu-item:hover a background color setting further down in the CSS file on line 1222 after the @media only screen and (max-width: 60em) media query for tablets.

    Thread Starter misterfancy

    (@fancypeeps)

    That was it! THANKS!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change color of menu nav’ is closed to new replies.