Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #458478

    Hi
    Is there a way to target only the current menu item hover color?
    Right now it’s changing when the mega menu gets pulled down, and I think it’s confusing.
    I’d like to stay orange.

    thanks

    #458483

    Hey Nancy!

    Please add following code to Quick CSS

    li.current-menu-item:hover>a>.avia-menu-text {
      color: orange!important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Best regards,
    Yigit

    #458514

    thanks – that kind of worked but it seems like it changes to dark gray (like I have it set in the advanced styling hover state only) and then back to orange again. Do I have to set them all separately?

    #459179

    Hi!

    Please use this to keep the “orange” color on active menu items:

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
      color: #db5000 !important;
    }

    Cheers!
    Ismael

    #459958

    thanks that seemed to work!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘menu hover current item color’ is closed to new replies.