Comments Mohammed858 started the conversationMay 15, 2021 at 11:53amHi,Would it be possible to hide the div "logo" with CSS, when on a small screen (small enough to have the hamburger menu show up) ? I just don't like to have the logo repeated twice. Best Regardsilaams 2,616PenciDesign repliedMay 15, 2021 at 3:39pmHi,Please go to Appearance > Customize > Custom CSS, then paste the following CSS code: @media only screen and (max-width: 960px) { .container.has-banner #logo { display: none; }}Best Regards,PenciDesign. Sign in to reply ...
Hi,
Would it be possible to hide the div "logo" with CSS, when on a small screen (small enough to have the hamburger menu show up) ?
I just don't like to have the logo repeated twice.
Best Regards
ilaams
Hi,
Please go to Appearance > Customize > Custom CSS, then paste the following CSS code:
Best Regards,PenciDesign.