Tagged: customization, search
Hi,
How is possible to customize the search page without modifying the core of the theme?
I would like to have a page like this but with no sidebar:
http://kriesi.at/themes/enfold/?s=
Regards,
Hey resbangkok!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.search .sidebar { display: none !important; border: none!important; }
.search .container .nine.units { width: 100% !important; border: none !important; }
Best regards,
Yigit
Hi,
That means we cannot have our own custom search page like the other pages, but we can customize with custom CSS.
I think that will do it for now :)
Thank you