Hi,
How can I have a page only show the socket (footer) and not the header (including logo & menu)?
I’m currently using the Page Attributes / Template setting: Blank (No Header, No Footer), so basically I want this option but just “No Header”.
Thanks!
Hi Kissinger!
Can you post the link to your page that you would like to remove header?
Regards,
Yigit
Hi,
I’m not sure you understood what I was after. Yes I removed the header but so was the footer and socket. I want to keep the socket + footer at the bottom.
Goal:
No Header present on the page
Socket and Footer on the bottom of the page
Hi!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.page-id-16051 #header {
display: none;
}
Regards,
Devin
Works great.
Thank you guys for your help!