Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #348651

    Hi there,

    I use transparent header for some of my website pages like this one here.

    However, while it works on desktop, it doesn’t work on mobile and gets background color like you see here.

    How can I make the header transparent on mobile while still showing the menu list items?

    Thank you!
    Ali

    #348926

    Hey Mesheu!

    Use this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
    position: absolute;
    }}
    
    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
    background-color: transparent;
    }}
    

    Regards,
    Andy

    #349177

    Awesome, solved! Thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Transparent header not working on mobile’ is closed to new replies.