Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1406531

    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

    #1406610

    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

    #1414372
    This reply has been marked as private.
    #1414442

    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

    #1414690
    This reply has been marked as private.
    #1414694

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘anchor link menu text color’ is closed to new replies.