Archived topic
page customization CONSULENZA
1 reply · Started by informa on October 14, 2017
Good morning
It's only possible for the page: "advice" not to see the various menus.
In a nutshell i would like to remove the red circle in the image
https://www.allenamentoin20minuti.com/wp-content/uploads/2017/10/11.jpg
Hi there,
Top bar and primary navigation can be hidden using the the disable element metabox on that page: https://docs.generatepress.com/article/disable-elements-overview/
Then if you use Tom's Simple CSS plugin: https://docs.generatepress.com/article/adding-css/#simple-css
It gives you a CSS metabox for each page, then you can use this CSS to hide the header widget:
.header-widget {
display: none;
}