Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1092467

    Hello, I have tried a lot, but now I need some help:
    I want my header ALWAYS to be transparent, no matter whether you first visit the site, scroll down etc., it should just display a logo and a burger-menu.

    Can you help?

    Thanks!

    #1092993

    Hey alexbay,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .header_color .header_bg {
        background-color: transparent !important; 
    }
    @media only screen and (max-width: 766px) { 
      .responsive #top #main {margin-top: -80px!important;}
      #top #wrap_all .av_header_transparency {background-color: transparent!important;}
      div#header_main > .container {display: block !important;}
      }

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.