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

    Hey there,
    Do you have a solution to get a transparent logo area on mobile phone so that only the hamburger menu is visible and not a white background?
    See https://crawfield.ten-dev.nl on a mobile phone.

    Best regards,
    Martijn Koster

    #1421043

    Hey Martijn,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

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

    the expected results:
    Enfold_Support_3559.jpeg

    Best regards,
    Mike

    #1421078

    Hey Mike,
    Thank you for the support. Problem solved!

    Best regards,
    Martijn Koster

    #1421120

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Transparant logo area on mobile phone’ is closed to new replies.