Tagged: Hide, search results, Widget
Hi
If a user searches for something and the search returns no results it displays a widget.
How do I hide that widget?
Hey richardelectrix!
Add this to your custom CSS.
.search_not_found { display: none !important; }
Best regards,
Elliott
Thanks