Soma Pro Theme Help Premium theme

How to hide the header, menu, & banner for a single page

BB Started by Bob Byers · December 22, 2020 at 6:17 pm · 6 replies 0 voices Last reply 1 year, 6 months ago
BB
Bob Byers Original poster Member
#1

Hi

Is it possible to hide the the header,menu, and banner for a single page. We’ve got a basic godaddy site that we haven’t gotten around to incorporating into our store site. We have a need to build a page in our store site that can be accessed from the godaddy site, but we don’t want people accessing this page to see the menu and banner on the store site. Can I do this? If so, how do I do that?

Wishing you the best for Christmas during this pandemic.

BB
Bob Byers Original poster
#2

I should have mentioned that you answered part of this request about a year ago. I’ve implemented that solution (which works fine), but since the pandemic we’ve been using a banner which covers up the page title. Your previous solution did eliminate the header and the navigation. BTW, this is a new page. We will be moving all of the godaddy site to this site in January.

ST
Spiracle Themes Original poster
#3

Hi Bob,

Thanks for reaching out.
Try the following CSS

/* hide header */
.page-id-316 header {
display: none;
}

/* hide banner */
.page-id-316 #slider {
display: none;
}

/* hide footer */
.page-id-316 footer {
display: none;
}

Copy and paste it in Appearance -> Customize -> Additional CSS

If you are looking for another page, then please mention the page URL so that we can provide you CSS for that page.

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to How to hide the header, menu, & banner for a single page

By posting, your reply becomes public (unless marked private).