Comments 1saleslfow started the conversationJune 23, 2021 at 8:30amhow do you hide the header for cetain pages? for example, are you able to provide custom CSS to hide it?[deleted] repliedJune 24, 2021 at 8:24amHi saleslfow,You can add this CSS code: .site-header { display: none; }in a specific page by going to Parameters and Options > Custom CSS.Thanks! 1saleslfow repliedJune 24, 2021 at 9:12amis there a way to keep the header but hide the menu?. so it just shows the logo[deleted] repliedJune 24, 2021 at 9:55amHi saleslfow,Yes, here is the CSS code: .header-block--align-right { display: none; }Have a nice day! Sign in to reply ...
how do you hide the header for cetain pages? for example, are you able to provide custom CSS to hide it?
Hi saleslfow,
You can add this CSS code:
in a specific page by going to Parameters and Options > Custom CSS.Thanks!
is there a way to keep the header but hide the menu?. so it just shows the logo
Hi saleslfow,
Yes, here is the CSS code:
Have a nice day!