Comments rcorten started the conversationAugust 2, 2021 at 8:44amHi, first of all thanks for the great theme, which I really enjoy. I have a question or a problem what I can not get solved. I would like to disable the logo from the top in the mobile view. Only the logo in the bar, where the hamburger menu can also be seen, should remain. How can I do that? Thanks a lot! 2,701PenciDesign repliedAugust 2, 2021 at 8:55amHi,Thank you for loving our theme.Please try to 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,PenciDesignrcorten repliedAugust 2, 2021 at 9:55amawesome! It works :-D Sign in to reply ...
Hi, first of all thanks for the great theme, which I really enjoy.
I have a question or a problem what I can not get solved.
I would like to disable the logo from the top in the mobile view. Only the logo in the bar, where the hamburger menu can also be seen, should remain.
How can I do that?
Thanks a lot!
Hi,
Thank you for loving our theme.
Please try to add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
awesome! It works :-D