Comments Marco started the conversationDecember 3, 2017 at 10:11amHi 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,700PenciDesign repliedDecember 3, 2017 at 10:17amHi,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,PenciDesignMarco repliedDecember 3, 2017 at 10:26amfor the header-banner? i can hide it on mobile? thanks 2,700PenciDesign repliedDecember 3, 2017 at 10:29amHi,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,PenciDesignMarco repliedDecember 3, 2017 at 10:33amTHANK'S FOR YOUR FANTASTIC SUPPORT! have a nice day Sign in to reply ...
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.
Hi,
You can add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
for the header-banner? i can hide it on mobile? thanks
Hi,
Ah, yeah. To hide more header banner, you can add more this code to Customzie > Custom CSS:
Best Regards,
PenciDesign
THANK'S FOR YOUR FANTASTIC SUPPORT! have a nice day