Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1481522

    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

    #1481553

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.