I am using the ‘Coming Soon’ theme, and would like to entirely remove the menu/header, as I have no need for it, and have inserted my logo into the page content instead. I would especially like to remove it on mobile, as it takes up a lot of space (see screenshot).
Please can someone let me know how to do this?
Attachments: You must be
logged in to view attached files.
Solution for this topic
Hi @benterz222 ,
I hope you are well today and thank you for your question.
You can entirely remove the menu/header it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container > header {
display: none !important;
}
Best regards, Shufflehound team
That’s done the trick – thank you!
You are most welcome here 🙂
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it