Need Wordpress header help again!

3 replies
Can anyone help me with a question they haven't seemed to figure out on the WordPress forum either...
I want to get rid of the search button in the header of my book site: www.bestbookideas.com it's using the Redbel theme and I have already tried editing the header but it just messes up the page when I do it...
Thanks
Dave
#header #wordpress
  • Profile picture of the author LA Grouch
    Try this:
    Go to your WP Dashboard >> Appearance >> Editor

    You should now be seeing the CSS file.
    Look for: div.search-form
    Add this at bottom, before closing bracket: display: none !important;

    If this does not work you will need to edit the header.php file by removing the code that calls for the search bar.

    Try the CSS solution first.
    {{ DiscussionBoard.errors[5670129].message }}
  • Profile picture of the author kure
    what is name the theme?
    {{ DiscussionBoard.errors[5670295].message }}

Trending Topics