Header "Simple" Transparency

Hello everyone, I have selected the header "Simple". However, the background is transparent and the logo and the menu are not visible. My goal is to keep the header background in white and start the title slider below the menu. What can I do?

Comments

  • Hello,

    Please, go to Betheme -> Theme options -> Global -> General, and check if you do not have selected Transparency option for Header and Top Bar with menu.

    If they are not selected, please, attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us the link.

    Thanks

  • No problem, here is the link: https://www.temporary-url.com/2C6E9B

    The transparency option was turned off. Nevertheless, the header is transparent. 

  • I was able to reproduce it in my environment, and we will take a closer look at it.

    For now, please, put the following code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    @media only screen and (min-width: 960px) {
       body.header-simple .header_placeholder{
       height: 120px!important;
     }
    }
    @media only screen and (max-width: 959px) and (min-width: 768px) {
       body.header-simple .header_placeholder{
       height: 110px!important;
     }
    }
    

    Thanks

Sign In or Register to comment.