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
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
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