Tagged: Font-color
Sorry for my bad english. I can’t find a solution where to change the Menu Link color on the active page. I mean, when im in page, and that page has a link that is in the main menu, the link has a different color, from the other menu items. My menu is white and the font color of the link when it is active is white, so its imposible to see it. Can you provide me the css code just to change this? Thanks enfold, everything works incredible, best theme i’ve bought (+12 in themeforest)
Hey r-iglesias,
Please try the following in Quick CSS:
.current-menu-item a .avia-menu-text {
color:red !important;
}
Best regards,
Rikard
It works for the submenu, but not for the main menu. Look at the picture below.
Hey!
try this code:
.header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a
{
color: red !important;
}
Cheers!
Andy