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?
Site URL: hidden Theme version: 7.2.4Hi
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.