I just found there is not global option for hiding menu or hiding header. How to hide menu or header in blog layout.
Hey anywayanyway,
To hide header on the blog archive page Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-731 #header {
display:none;
}
Best regards,
Vinay
Hi, It doesn’t work for me. I have some codes in Quick CSS. Did I do it correctly?
#fwcs .container { width: 100% !important; max-width: 100%; padding: 0; margin: 0; }
.page-id-731 #header {
display:none;
}
Hi!
Can you please add the code and let us know so we can check the site?
Please also disable any cache plugins that might be active.
Thanks a lot
Best regards,
Basilis
Yes I added the code. But doesn’t work for me
Please help me what can I do now
I want to hide menu in all pages and blogs and portfolios. Is there any way I can realize that?
Hi!
Please try the below code in Quick CSS it is tested on your site and should work.
The below code will hide the menu on all pages.
#header_main_alternate {
display:none!important;
}
#main {
padding-top: 89px!important;
}
Best regards,
Vinay
Thank you so much. This works