Make the a homepage bar visible only when login.

Silvia August 7, 2022 at 5:43 pm

Would you please provide guidance how to hide the bar that contains: Search for all Products + All Categories + Search for non login members?. This bar can be visible only for login members.

Thank you,

Silvia

Replies (1)

  1. Silvia August 7, 2022 at 5:43 pm

    Would you please provide guidance how to hide the bar that contains: Search for all Products + All Categories + Search for non login members?. This bar can be visible only for login members.

    Thank you,

    Silvia

  2. Spiracle Themes August 8, 2022 at 7:25 am

    Hi Silvia

    Thanks for reaching out

    Try the CSS below

    .header-product-search .search-form-wrapper {
    display: none;
    }

    .logged-in .header-product-search .search-form-wrapper {
    display: block;
    }

    Copy & Paste it in Appearance -> Customize -> Additional CSS

    Best Regards

Post a Reply

Reply To: Make the a homepage bar visible only when login.
Your information: