Hi,
how can I change the color of the active page in the menu (color:#F06F29) of this website
fta-test.de
With Quick CSS I could change the hovered menu like this which works perfect:
#top #header #avia-menu .menu-item > a:hover > .avia-menu-text {
color:#F06F29;
font-size:18px;
font-weight:700;
}
Hey fta-edfc,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Thanks. Add this to quick css:
li.menu-item.current-menu-item a .avia-menu-text{
color:#F06F29!important;
}
Best regards,
Jordan Shannon
Hi Shannon,
thank you, but that doesn’t work correctly:
If I have a menu like
– Our Company
– about us
– contact
– maps
and click on contact, Our Company and contact should be in orange. But with your coding ALL the menu items are orange.
Please help.
Hi,
It should only be orange for the current page you are on. Can you provide a screenshot?
Best regards,
Jordan Shannon
Hi,
Sorry for the late reply, I see that for the pages that have a transparent header the current menu items were black, and not orange.
To fix please try this css:
#header.header_color.av_header_transparency .av-main-nav > li.current_page_item > a .avia-menu-text {
color: #F06F29 !important;
}
Best regards,
Mike
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon