Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #829895

    Hello,

    My apologies for creating this new thread/topic. I’ve read through every thread that talks about this issue and implemented all codes suggested to css and my header is still not transparent when on mobile devices. Please advise. Thank you.

    #829911

    Hey oshares,

    To make your header transparent in mobile Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    
    
    @media only screen and (max-width: 767px){
    .html_header_top.html_header_sticky #top #wrap_all #main {
        margin-top: -143px;
    }
    .responsive #top #wrap_all #header {    
        background: transparent;
    }
    }
    

    Best regards,
    Vinay

    #829953

    This did not work.

    #830099

    Hi,

    Can we possibly have admin access to your website so that we can take a closer look?

    Best regards,
    Sarah

    #835625
    This reply has been marked as private.
    #837624

    Can you let me know if you are able to assist in this issue?

    #837923

    Hi,
    I have added Vinay’s code to your Quick CSS, and it is working now. Please clear your cache and check. Please see the screenshot in Private Content area.

    Best regards,
    Mike

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