Can I remove the header on this one page?
http://i68.tinypic.com/2agj24w.png
(Circled is what all I want removed)
I want the header to show on all of my other pages just remove the one from the main page.
Thanks
This topic has 4 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Jack Richardson
Can I remove the header on this one page?
http://i68.tinypic.com/2agj24w.png
(Circled is what all I want removed)
I want the header to show on all of my other pages just remove the one from the main page.
Thanks
Hello,
Add this code in custom.css file:
.page-id-9279 .header-wrapper.header-type-7.light {
display: none;
}
.page-id-9279 .page-content {
padding-top: 0px;
}
Best regards,
Jack Richardson.
Worked GREAT, Thanks Jack!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Remove Header’' has been successfully resolved, and the topic is now closed for further responses