Hello,
i’d like to remove “avia_combo_widget” comme the Search Result Page. How can I do?
Thanks in advance,
Céline Flament
Hey,
You can add this on your custom.css or Quick CSS:
.search .widget.avia_combo_widget {
display: none;
}
Remove browser cache then reload the page.
Regards,
Ismael
Thanks a lot ! The title (an H3) is still there though…
Hey,
My bad. Add this:
.search-no-results .entry-content.clearfix h3 {
display: none;
}
Regards,
Ismael
It works great, thanks a lot again.