Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #679145

    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

    #679161

    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

    #679274

    Thanks Jordan! It work great but, is there a way to fill up the space left by menu?

    #679464

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.