Try adding this to the custom CSS:
#header #searchform {
display: none;
}
Thanks once again WPyogi.
Is it possible to do it differently.
I have this on my css “/*
DO NOT EDIT THIS STYLESHEET!
Any modifications made to this file will be lost if you update the theme.”
Pinboard has custom CSS – look under Appearance > Theme Options – Layout tab ; Put the above code in that box.
Save and clear your browser cache.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Your style.css file is wise beyond it’s years. 😉
If the Pinboard theme does not have a custom CSS option (it may, I haven’t looked) try either creating a child theme of Pinboard or use a custom CSS plugin to add that CSS.
http://wordpress.org/plugins/search.php?q=custom+CSS
Personally I prefer child themes but for a small CSS modification that may be more than you want to do.
Off topic P.S. to WPyogi: Italy. 😉
Wonderful. Many thanks again.