Tagged: menu color
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?
Hey simonac!
Please add following code to Quick CSS
.av-main-nav > li.current-menu-item > a {
color: orange!important;
}
Best regards,
Yigit
Hi Yigit,
this does not change anything…
If this helps, i moved the menu a bit down.
Hey!
Yigit’s code should work. Please clear your browser cache and refresh your website a few times.
Regards,
Andy
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
Hey!
Please try this:
.current-menu-item a .avia-menu-text {
color: red !important;
}
Best regards,
Ismael
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
Hey,
Ismaels code worked out!
Thanks guys!