Hello,
Is it possible to modify the search results that appear when you’re typing in the search box (coming from the magnifier in the navigation)?
I would like to:
For the search results page, i would like to:
Thanks for helping me out on this!
Best regards,
Jurgen
Hi Jurgen!
You can use either SearchWP or Relevanssi plugins to have more advanced search on your site.
Then please add following code to Quick CSS in Enfold theme options under General Styling tab
.search .sidebar { display: none !important; }
.search .content { width: 100% !important; border: none !important; }
Regards,
Yigit
OK thx, done this using the free Relevanssi & some CSS modifications.