Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #409770

    Hey guys,

    how do I make the header in mobile menu transparent? None of the solutions I’ve found in forums works.

    And also the background image I’m using (background image in the color section) is cropped on mobile (those red/blue lines below those colorful splashes)

    Thanks!
    Martin

    #410082

    Hey martinmarek!

    Hmm, when I try to view your site I get a blank white page.

    Try adding this to your custom CSS.

    @media only screen and (max-width: 767px) {
    #header, #header * { background: transparent !important; }
    #header { position: fixed !important; }
    }

    Best regards,
    Elliott

    #410759
    This reply has been marked as private.
    #410920

    Hi Martin!

    Could you try to add the CSS to Quick CSS in Enfold–>General Styling instead? Also please make sure to empty browser cache and refresh a few times after making the change.

    Best regards,
    Rikard

    #412055

    It’s all working now! Thank you guys!

    Martin

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Transparent mobile menu header’ is closed to new replies.