Skip to content
Public Ticket #994

Hide Header Image on Mobile

Conversation thread

Marco replied

Customer Reply

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

PenciDesign replied

Staff Reply

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

Customer Reply

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

PenciDesign replied

Staff Reply

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 started the conversation

Conversation Start

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. 

Want to join this conversation or access attachments? Sign in first.