Search for: Search how to delete the search bar from the header, Viewing 3 posts - 1 through 3 (of 3 total) January 10, 2013 at 12:02 pm January 10, 2013 #11674 anand_mongolParticipant how to delete the search bar from the header, my website is http://axiomplus.danzeela.com/ January 10, 2013 at 3:47 pm January 10, 2013 #11680 siwilsonParticipant If you add a text widget to the sidebar header but don’t enter any text that will make the search bar disappear. January 11, 2013 at 12:12 am January 11, 2013 #11687 manjoneiParticipant Go to style.css and look for: #header #searchform { float:right; margin:32px 3.4% 0 3px; } then, include the line display: none; inside of this, like that: #header #searchform { float:right; margin:32px 3.4% 0 3px; display: none; } Enjoy! Viewing 3 posts - 1 through 3 (of 3 total) Tagged: bar, box, header, pinboard, search, searchform, theme, wordpress You must be logged in to reply to this topic.