Show header banner only to not logged in user
-
How to show header banner only to not logged in users?
You also should insert this type of option in the configuration panel 🙂
Hi AntonioS34,
Thanks for reaching to us.
1. Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
body.logged-in .header-banner{
display: none;
}
body.logged-in.header-banner-enabled .website-wrapper{
margin-top: 0;
}
2. I also suggest you leave a future request here: https://woodmart.canny.io/feature-requests , then our team consider such a feature. Thank you for your time.
Regards,