Comments dukefung94 started the conversationDecember 12, 2021 at 5:31amHello, I would like to remove the mainbar on Mobile as marked in the image below. I tried many ways but it seems like a code matter. Please let me know how to remove it. Thank you! 2,612PenciDesign repliedDecember 12, 2021 at 6:58amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 767px) { #header .inner-header.penci-header-second { display: none; }}Regards,PenciDesign. Sign in to reply ...
Hello, I would like to remove the mainbar on Mobile as marked in the image below. I tried many ways but it seems like a code matter. Please let me know how to remove it. Thank you!
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.