Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #372997

    Dear Sirs,
    I have just started to develop this theme and very pleased with it so far. One issue I am finding impossible is to get on the main menu the item selected to show in blue #0099ff so as default on the homepage I want the nv “home” to show as this blue and when you select “portfolio” this then to show as blue. I cant seem to achieve this, ca you help please.

    #373096

    Hey condonpb!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
    color: #0099ff;
    }

    Cheers!
    Yigit

    #373145

    Dear Yigit,

    I have tried this but does not work, can you help again please sorry

    Pete

    #373151

    Hey!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #373374
    #373473

    Hey!

    Please add following code to Quick CSS as well

    #top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
    color: inherit;
    }

    Regards,
    Yigit

    #373507

    Yigit,

    This seems to have worked for the top nav bar, but what I also need to achieve is this color to stay when clicking on the lower level child menus. So for example if you click on “Portfolio 2 Column” child the “Portfolio” Main Nav highlights as blue.

    Thanks
    Pete

    #373517

    Hi Pete!

    Please add following code to Quick CSS as well

    .av-main-nav li.current-page-ancestor > a {
    color: #0099ff!important;
    }

    Cheers!
    Yigit

    #373556

    Many thanks

    Happy New Year

    #373558

    Hey!

    You are welcome Pete. Happy new year :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Nav Bar Color Selection’ is closed to new replies.