Tagged: search, search results
Hi,
I want to remove the sidebar of the Search Results page, and also the section at the bottom of the Search Results page that starts with “Feel like browsing some posts instead?” and includes a widget with posts. What is the best way to do this? Thanks.
Hey gagnelli!
Please share us the page, so we can target the page ID and we can help you.
Thanks a lot
Cheers!
Basilis
I’ve included the link to my website, which is not live yet. Thanks for your help!
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.search .sidebar, .search .avia_combo_widget, .search .search_not_found h3 {
display:none !important;
}
Best regards,
Rikard
Hi Rikard,
I was able to use this suggested code snippet. However, I tried to use on the product “search fail” page as well but it only removed the widget section not the paragraph above it. Any suggestion?
Here’s the link to a sample web page: http://silviafindings.wpengine.com/product-category/setting-findings/stone-settings/bezel-wires/double-side-bezel-wires (hosted on WPengine)
Thanks
Lyse
Hi,
use this code inside Quick CSS field:
.tax-product_cat h3 {
display: none;
}
Best regards,
Andy
Hi Andy,
I added the css code to my child theme and it worked.
Thank you
Lyse
Hi Lyse,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Nikko