Hi there,
is there a way to add a phrase like “no search results, try it again!” to the archive layout which I assigned for search results in case there are no results for that particular search?
Thanks
Hi there,
is there a way to add a phrase like “no search results, try it again!” to the archive layout which I assigned for search results in case there are no results for that particular search?
Thanks
Hi @burkiburak,
Thanks for reaching out!
In your search Layout Builder, add a text element then go to customize tab then add a custom class name. Ley say for an example, I added “no-result-text” .
Then you can add this CSS code:
.search.search-no-results .no-result-text {
display: block;
}
.search .no-result-text {
display: none;
}
Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps.
Thank you.
thanks, worked like a charm. 
Hi @burkiburak,
You’re welcome and it’s our pleasure to help you! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.