This topic has 4 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp
Good afternoon,
I am looking to create a custom page template that keeps the responsive design but removes both the desktop and mobile header. Could you guys help me put together or figure out what needs to be removed to create that?
I created a new template php file and dumped the page.php and header.php into it, then started trying to figure out what to remove, but I can’t seem to get rid of the entire thing.
Help!
Hello,
Do you want to remove header at all including the menu?
If so you can add this code in custom.css file:
.header-wrapper.header-type-1 {
display: none;
}
How to create custom.css you can watch in this tutorial.
Thank you.
Regards,
Eva Kemp.
Thank you! This solves my issue.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Removing Header’' has been successfully resolved, and the topic is now closed for further responses