Hi,
when I click the home link, it partly disappears instead of being white (or green) like the other menu links.
Where can I change it?
And what do I have to do if I want a selected menu link to stay green?
Kind regards,
Veronika
Hey Loveronika,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #header.header_color.av_header_transparency .av-main-nav > li > a:focus .avia-menu-text {
color: #00632e;
}
.header_color .main_menu ul:first-child > li a:focus, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item.current-menu-item > a {
color: #00632e;
}
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