Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Hide widget on search results page when it contains no search results’ is closed to new replies.
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