Comments girlknowstech started the conversationApril 22, 2021 at 4:21pmHello! Would it be possible to hide the div "logo" when on a small screen (small enough to have the hamburger menu show up) AND when it's on mobile as well? I just don't like to have the Girl Knows Tech logo repeated twice.Thank you! 2,700PenciDesign repliedApril 22, 2021 at 4:32pmHi,You can add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 960px){ #header .inner-header { display: none; } } Best Regards,PenciDesign Sign in to reply ...
Hello!
Would it be possible to hide the div "logo" when on a small screen (small enough to have the hamburger menu show up) AND when it's on mobile as well? I just don't like to have the Girl Knows Tech logo repeated twice.
Thank you!
Hi,
You can add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign