Comments meetec started the conversationFebruary 17, 2020 at 8:56amHi,how can I remove top Logo just from mobile view?Thanks 2,700PenciDesign repliedFebruary 17, 2020 at 3:41pmHi,Please try add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 768px) { #header .inner-header{ display: none; } } Best Regards,PenciDesign Sign in to reply ...
Hi,
how can I remove top Logo just from mobile view?
Thanks
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign