Hi guys!
I looked and saw this is part of the “loop-search.php” but I don’t know php.
What can I do to remove this section of the search results page (marked in red)? I don’t want any of the info that I crossed out.
Can I copy and edit this php file in child theme php? (I don’t want to mess up any theme updates)
https://dl.dropboxusercontent.com/u/30626292/search_result_edit.jpg
Hey!
Try adding this code to the Quick CSS:
.search_not_found h3, .search_not_found .avia_combo_widget {
display: none !important;
}
Cheers!
Josue
Great thanks Josue!
You are welcome, glad we could help :)
Regards,
Josue