Sticky Header Background color

On www.edulingo.ch i would like to have the menu in the sticky header with a background color. When I scroll down on the current page the background in the sticky header is transparent. how can i change this?


Comments

  • Hi,

    menu items does not fit in the same line with logo and search in sticky because you simply got to many items. So or you will move some of them under sub-menus or use the following css to decrease padding between menu items:
    #Top_bar.is-sticky .menu > li > a span:not(.description) { padding: 0 15px !important; }
Sign In or Register to comment.