Hi,
I would like to remove the message “Feel like browsing some posts instead? message that comes up on a search not found result as well as the buttons below the text.
I found the text in loop_search.php.
What is your recommended way to remove this message and the buttons?
I realize that I can comment it out but I want to be able to easily update the theme when you send out new versions?
Thanks,
Mary
Hey Mary!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.search-no-results .avia_combo_widget, .search-no-results h3 { display: none; }
Regards,
Yigit