How do I remove the default search field (top) and still keep it in the side bar?
Please see http://fayestreasure.com/fayes-treasure-2 to see what I mean.
Thanks!
How do I remove the default search field (top) and still keep it in the side bar?
Please see http://fayestreasure.com/fayes-treasure-2 to see what I mean.
Thanks!
I would like to know this also.
Hi,
Try to add this code in your Quick CSS or custom.css:
.title_container #searchform {
display: none;
}
if the code above doesn't work, try to use this one instead:
.title_container #searchform {
display: none !important;
}
Hope this helps. :)
Regards,
Ismael
Perfect, Thank you!!
Hi j_sue,
Glad that I could help you. :)
Cheers,
Ismael
You must log in to post.