Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #360750

    Hiya,

    Is there a chance to customize the nav. main menu as follows:

    1) extend the blue background on both ends to full width

    2) set the font color in the menu to white (currently greyish) –
    and turning black when active or on mouse over?

    Thanks in advance for help.

    Best
    Rob

    #360904

    Hi hasbeat!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QUICK CSS try to put the following:

    1)

    
    #header_main_alternate {
        background: none repeat scroll 0 0 #009de0 !important;
    }
    

    2)

    
    #header_main_alternate .menu-item .avia-menu-text {
        color: #fff !important;
    }
    
    #header_main_alternate .menu-item.current-menu-item .avia-menu-text,
    #header_main_alternate .current-menu-item .avia-menu-text::hover
    {
        color: #000 !important;
    }
    
    

    Best regards,
    Günter

    #361123

    Günter – Thanks for your prompt reply.
    The submenu is a plain white field. Only on mouse over
    I can see the title of the subpage /white fonts on blue background.

    Any ideas how to fix this?

    Best
    Rob

    #361126

    Hey!

    Please go to Enfold theme options > Advanced Styling and edit “main menu sublevel links”

    Cheers!
    Yigit

    #361175
    This reply has been marked as private.
    #361503

    Hey!

    Please remove the code you have and edit “Main menu links” in Advanced Styling. You can keep following code

    #header_main_alternate {
    background: none repeat scroll 0 0 #009de0 !important;
    }

    Best regards,
    Yigit

    #361612

    Yigit – You guys are awesome! Thank you – do appreciate it!!
    Best
    Rob

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Customize Header’ is closed to new replies.