Hi folks,
I would like to edit my search result page in this way: dont show sidebars (last comments etc). and dont show the small “header” (“5 results..”).
I found this one already, which is hopefully the answer for me, but the code isnt available anymore: https://kriesi.at/support/topic/enfolds-results-page-customization/
Thank you in advance!
Hi jhop75!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.search-results .sidebar, .search-results .extra-mini-title { display: none !important; }
.search-results .container .nine.units { width: 100% !important; border: none !important; }
Cheers!
Yigit
I searched but could not find, is there similar CSS that can hide the LHS Nav on the “No results Found” page
Thanks
Hi!
@denisrowe Please add following code to Quick CSS in Enfold theme options under General Styling tab
.search .widget_pages {
display: none;
}
If that does not work, please post the link to your website
Best regards,
Yigit