Tagged: anchor link, anchor link menu, menu link color, text menu
Hi
I am having the same issue as this thread: #1373625 with my anchor link menu items not displaying the correct active/hover state colors.
Can you see what the issue is?
thanks
Nancy
Hey Munford,
Thanks for the link to your site, the current menu color of #382410 seems to be showing correctly when I check, if you want it to match the hover color #3f7cb5 you can make this change in the Enfold Theme Options ▸ Advanced Styling for menu links, or try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #header .av-main-nav > li.current-menu-item > a .avia-menu-text, #top #header .av-main-nav > li.current-menu-item > a .avia-menu-subtext {
color: #3f7cb5;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#header.header_color .main_menu ul:first-child > li.current_page_item > a {
color: #000;
}
#header.header_color .main_menu ul:first-child > li.current_page_item.current-menu-item > a {
color: #0000fb;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike