Make the a homepage bar visible only when login.
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)
-
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
-
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