Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #407060

    Hi,
    i tried every code i found on the forum without success.

    I want the color of the menu changed when this menu is clicked / active.

    (i removed the underline)

    How can i do that?

    #407063

    Hey simonac!

    Please add following code to Quick CSS

    .av-main-nav > li.current-menu-item > a {
      color: orange!important;
    }

    Best regards,
    Yigit

    #407070

    Hi Yigit,

    this does not change anything…

    If this helps, i moved the menu a bit down.

    • This reply was modified 9 years, 1 month ago by simonac.
    #407289

    Hey!

    Yigit’s code should work. Please clear your browser cache and refresh your website a few times.

    Regards,
    Andy

    #407450

    Hi, i have the code in quick css and cleared cache several times, tiried on dirrefent pc’s and browser. – no changes.

    Just to be clear. i want the fontcolor of the active menu to have a different color.

    Thanks Simon

    #407846

    Hey!

    Please try this:

    .current-menu-item a .avia-menu-text {
    color: red !important;
    }

    Best regards,
    Ismael

    #407848

    Hi!

    Looks like something is overriding it in enfold_child.css, try to search for #top #header .av-main-nav > li > a .avia-menu-text and remove the color argument in that CSS block.

    Regards,
    Rikard

    #407972

    Hey,

    Ismaels code worked out!

    Thanks guys!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to change menu color on current page + hover’ is closed to new replies.