Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #667082

    Hello, I have transparent header with 2 menus on my site:

    sirius.coma.lv/

    However when on mobile my header has white background and language switcher from secondary menu becomes invisible due to white color. How to keep header transparent on mobile?

    • This topic was modified 8 years, 3 months ago by vadikcoma.
    #667130

    Hey vadikcoma,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    
    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency {
        background-color: transparent;
    }
    .responsive #top #main {
    	margin-top:-119px;	
    }
    }
    

    Best regards,
    Vinay

    #667198

    it works, thanks!

    #668363

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header on mobile doesnt work as on desktop’ is closed to new replies.