• Resolved suavedesign

    (@suavedesign)


    Can anyone tell me how to get rid of the search box that it’s in the body of my template? (Not the one in the header- that I see in header.php, but I cant find the one in the body of the template.)
    I used firebug to help me, and it shows that it’s the html document, but there is no html document for wordpress sites, so how can I remove this search bar??
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • One easy way to do that is to use “display: none;” in the CSS code for that section of the page. Firebug can show you which id or class to use for the CSS selector(s). If you need more specific help, you’ll need to post a link to your site.

    Also, be sure that you are using a Child Theme (or custom CSS option or plug-in) to make any changes to your theme.

    Thread Starter suavedesign

    (@suavedesign)

    Thanks- that worked!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove search bar from body of template’ is closed to new replies.