Comments NeilB4TheKing started the conversationMarch 19, 2018 at 9:52pmHow do I hide the logo but show the Header Banner image on mobile devices only. I would like to show both on desktop 2,701PenciDesign repliedMarch 20, 2018 at 2:39amHi,Please try add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 767px){ #logo img{ display: none; } .container.has-banner .header-banner{ margin-top: 0; }}Best Regards,PenciDesignNeilB4TheKing repliedMarch 20, 2018 at 4:41amthank you that worked. Sign in to reply ...
How do I hide the logo but show the Header Banner image on mobile devices only.
I would like to show both on desktop
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
thank you that worked.