This topic has 6 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Robert Hall
Hi, I’m struggling to hide the menu, header and footer from a single page. When I attempt to use the Blank-Page template is causing the content to expand across the page and the top image is showing above the page, making for a bad user experience.
I was attempting this in my custom CSS, but I think I’m missing something.
.page-id-16837 #header #header1 #header6 #header7 {
display: none;
}
The page is at https://www.softwarediscountcenter.com/quickbooks/accept-credit-cards-ebay/
Hello,
Please try to add this code in custom.css file.
.header,
.footer {
display: none;
}
Regards,
Robert Hall.
Hi Robert.
Thanks. However, I only want to remove it from the one page . . . https://www.softwarediscountcenter.com/quickbooks/accept-credit-cards-ebay/
That’s where I’m struggling.
Randy
Hello,
Please replace code above to this
.page-id-16837 .header,
.page-id-16837 .footer {
display: none;
}
Regards,
Robert Hall.
That did it Robert.
Thanks for the help.
Randy
Hello,
You’re welcome!
Regards,
Robert Hall.
Tagged: footer, header image, hiding menu, single page, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up