Remove header from specific posts
- The topic ‘Remove header from specific posts’ is closed to new replies.
Need help? Check out our Support site, then
Hi! How do I remove the header from specific posts and my shop? I don’t want the menu on those pages either. Thank you in advance for your help!
Best,
Juli
The blog I need help with is: (visible only to logged in users)
Hi Juli,
thank you for using our theme.
This isn’t possible without Custom CSS and knowing the page id of that particular page you want to remove header & menu.
I can help with the shop example and than you can use this as a direction for other pages:
.page-id-731 .header-image,
.page-id-731 .social-block,
.page-id-731 .site-branding,
.page-id-731 .primarymenu {
display: none;
}
Hope this helps.
All the best,
Ana