This topic has 4 replies, 3 voices, and was last updated 3 years, 8 months ago ago by Olga Barlow
hi, can we set conditional header for different case, for example I want to show marketplace menu and cart after user login in my site? after login button in header will hide and marketplace and cart will show?
Hi
First of all, thank you for using our theme and for contacting us.
Theme Options > Header builder > Multiple headers > edit header for the Home page.
see the video tutorial for setting up different headers.
https://www.youtube.com/watch?v=BpeXfzNwkOc&feature=youtu.be
hi robert i still confused, where to add condition when user logged in or out then the header will changed based on it?
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
You must be logged in to reply to this topic.Log in/Sign up