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

    Hi Guys

    I searched the forums and I did find an old post showing how to do this however it didn’t work for me now so I am guessing it may be because theme has changed over time.

    On my site I want the header to be transparent on mobile device on a specific page (shown in private area)

    How can I achieve this? Also so the that then the relevant transparent header logo shows and styling of burger menu etc

    #1063798

    Hey codecreative,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
    background-color: transparent!important;
    }
     .responsive #top #main {margin-top: -93px!important;}
    }
    

    Best regards,
    Mike

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