[ad_1]
[ad_2]
How do you publish a page in WordPress that does not display the menu that all the other pages use? We want a blank page that will display an embedded form. And we want to use it for several brands and wanted a generic look, without their temptation to click around and not fill out the form.
You can use custom css on the page,
navbar-class {
display: none;
}
Use a full width page template
to do that, you can add condition to your menu, when you create menu template, you can add conditions which set where it showing and where it hidding.. easy.
The other option is to create a new/ blank page template that can be assigned to pages you don’t want the typical nav on. This also improves page speed because you aren’t rendering the nav and then hiding it with CSS.
I also assume you want to remove the standard footer of the site?
https://developer.wordpress.org/themes/template-files-section/page-template-files/