Skip to content
Public Ticket #2059

Hide logo on mobile

Conversation thread

NeilB4TheKing replied

Customer Reply

thank you that worked.

PenciDesign replied

Staff Reply

Hi,

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,

PenciDesign

NeilB4TheKing started the conversation

Conversation Start

How do I hide the logo but show the Header Banner image on mobile devices only. 

I would like to show both on desktop

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