How to change the main menu background

Hello 

I tried to change the menu background from plain white to a picture banner from Theme option....> Headers and subheaders....>Headers.......>Background Image....but unable to do it. It still showing plain white default header 

Can you tell me please how to do it exactly 

Many Thanks 

Comments

  • Hi,

    please send us link to page where you would like to change this background first but we are not sure if we are talking about the same option.
  • I tried this and it worked:  

    .header-fixed #Top_bar {
            position: fixed;
            width: 100%;
            height: 90px;
            left: 0;
            top: 0 !important;
            bottom: 0;
            z-index: 701;
            background-image: url("....");
            opacity: .97;
            box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.5);
        }

    Just change the beginning depending on the layout of your header. 
Sign In or Register to comment.