Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1113171

    Hi, this must be such a simple thing, but I can’t find it…

    How can I get rid of the side menu completely on one page

    in the page design page, the options are no header/footer etc, but that doesn’t get rid of the menu.

    I only want it on that one page, so I can make a landing page type thing.

    Thanks!

    #1113180

    Hi there,

    for this specific page you could add this to your quick css:

       .page-id-528 #header{display: none;}
        .page-id-528 #main{margin-left: 0px;}

    Regards
    Alex

    #1113198

    Thank you. I will give this ago when back at my computer.

    Do you think there’s any way to make use of the space under the menu? To add an email optin box for instance. Or is that all doomed to be dead space?

    #1113302

    Hi vjward,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_sidebar #top.page-id-528 #header_main,
    .html_header_sidebar #top.page-id-528 .header_color .header_bg {
      display: none;
    }
    .html_header_left #top.page-id-528  #main {
        margin-left: 0px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1116157

    Apologies, I forgot to come back to thank you for this.

    It works perfectly.

    Thank you!

    V x

    #1116275

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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