Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #678611

    I just found there is not global option for hiding menu or hiding header. How to hide menu or header in blog layout.

    #678628

    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

    #678637

    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;
    }

    #678668

    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

    #678718

    Yes I added the code. But doesn’t work for me

    #679235

    Please help me what can I do now

    #679237

    I want to hide menu in all pages and blogs and portfolios. Is there any way I can realize that?

    #680171

    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

    #680183

    Thank you so much. This works

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to hide menu in blog layout’ is closed to new replies.