Need Wordpress header help again!

by 3 replies
4
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
#programming #header #wordpress
  • 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.
    • [1] reply

    • That worked perfectly! Thank you very much
  • [DELETED]
  • what is name the theme?

Next Topics on Trending Feed

  • 4

    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