Home Forums WoodMart support forum Show header banner only to not logged in user

Show header banner only to not logged in user

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #544969

    AntonioS34
    Participant

    How to show header banner only to not logged in users?
    You also should insert this type of option in the configuration panel 🙂

    #545240

    Hung Pham
    Participant

    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,

Viewing 2 posts - 1 through 2 (of 2 total)