Tagged: remove menu, Single Page
Hello!
I want to remove the menu bar from a single page but keed the header.
I used
.page-id-2268 #header { display: none; }
but it removes the header too.
How can I see the logo and not the menu?
Thanks
Hey SeoCanarias,
Thanks for getting in touch with us!
Remove the code you have placed and try the following:
.page-id-2268 #header_main_alternate {
display: none;
}
Best regards,
Jordan
Thanks Jordan! It work great but, is there a way to fill up the space left by menu?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #main {
padding-top: 150px!important;
}
Best regards,
Vinay