Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1390203
Hide Header Image on Mobile
Closed

Comments

  • Marco started the conversation

    Hi Pencil .. i need your help.. i need to hide on mobile the HEADER background image and banner Header. How i can do this? i Add an image to explanation.

     Thanks for your help. 

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 480px){
    #header .inner-header{ background-image: none; }
    }

    Best Regards,

    PenciDesign

  • Marco replied

    for the header-banner? i can hide it on mobile? thanks

  •  2,699
    PenciDesign replied

    Hi,

    Ah, yeah. To hide more header banner, you can add more this code to Customzie > Custom CSS:

    @media only screen and (max-width: 480px){
    .container.has-banner .header-banner {
        display: block;
        margin-top: 30px;
        width: 100%;
    }
    }

    Best Regards,

    PenciDesign

  • Marco replied

    THANK'S FOR YOUR FANTASTIC SUPPORT! have a nice day