Viewing 3 replies - 1 through 3 (of 3 total)
  • tapeboy929

    (@tapeboy929)

    You’ll want to edit the file located at /home/bubble/public_html/jonathanbest/wp-content/themes/My_Guitar/header.php. In this file, look for the search function and comment it out. Be sure to save a copy of the file elsewhere in case things go haywire. Good luck.

    [Sig Moderated: Have you noticed yet that every one of your sigs gets deleted? Please, oh PLEASE, stop with the sigs.]

    figaro

    (@figaro)

    Find the following code in your themes style.css:

    form.searchbar {margin:0;padding:0;float:left;width:243px;padding-right:50px; }

    add display:none; to is so it looks like this:

    form.searchbar {margin:0;padding:0;float:left;width:243px;padding-right:50px; display:none;}

    that’s an awful fix since it just disables it instead of fixing it. I know that’s what he asked, but why throw the baby out with the bathwater? just edit the php.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to remove search function from header’ is closed to new replies.