Okay
  Public Ticket #2809220
hide header
Closed

Comments

  •  1
    saleslfow started the conversation

    how do you hide the header for cetain pages? for example, are you able to provide custom CSS to hide it?

  • [deleted] replied

    Hi saleslfow,

    You can add this CSS code:

    .site-header {
        display: none;
    }
    in a specific page by going to Parameters and Options > Custom CSS.

    Thanks!

  •  1
    saleslfow replied

    is there a way to keep the header but hide the menu?. so it just shows the logo

  • [deleted] replied

    Hi saleslfow,

    Yes, here is the CSS code:

    .header-block--align-right {
        display: none;
    }
    Have a nice day!