How can I suppress the header and menu on an individual page?

The layout options on this wonderful theme let me determine which of several templates apply to individual pages, affecting the placement of the sidebar. (See attached set of page layout options.)

I’d like to take this just a bit further with the option to leave the header/menu off of a page (for a landing page built with the Thrive Architect plug-in).

Can you guide me in suppressing the header and menu on ore or more individual pages?

Thank in advance!

Hi,

Give us that particular page, I will give you a Custom CSS solution to hide it. :slight_smile:

Let us know,

Thanks,
laranz.

Great! Here is the page:
https://stubbornperseverance.org/buy-one-give-one/

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the header by going to Appearance > Customize > Additional CSS and pasting it there. You need to replace the page ID in the CSS with that of the page that you want the changes to appear on.


.page-id-662 .header-image {
    display: none;
}

.page-id-662 #main-nav {
    display: none;
}

Best Regards,
Support

That worked wonderfully. Thank you!

Hi, there

Nice to hear your problem is fixed:)
Now I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!