Reply 276729 to: Conditional Header

Avatar: Olga Barlow
Olga Barlow
Support staff
February 26, 2021 at 14:55

Hello,

Take our apologies, I suppose it was some misunderstanding. We don’t have option to hide the header for unlogged-in users. You can try custom CSS (Theme Options > Custom CSS) to implement this.
For example,

body:not(.logged-in) header.site-header {
    display: none;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.