Is it possible to hide the search box through the Pinboard options pages? I could do it with the CSS – but i figure it must be in the options somewhere – Just i can’t find it….
Thanks!
No option to my knowledge.
Cheers,
Alexander @ http://www.mouseclick.com
The simplest way i found to hide the search box is to put a text widget in the Header widget area. This also hides the site description…. If you want to keep the site description visible then addthe following to uoir custom CSS:
#header input#s { display: none; }