Annoying search box

  • Unknown's avatar

    How do I remove the search box from my header?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there!

    As you have the Premium upgrade trial, you can change the code in order to hide the seach box.

    To do this, click Appearance → Customize in your site’s Dashboard. Then, click CSS in your right-hand menu. In the CSS Revisions box, please paste the following underneath all existing text:

    #searchform {
    display:none;
    }

    Then Save your changes.

    As long as you have the Premium upgrade, that code will work for you!

    Please let us know if you have any other questions. Thanks much!

  • The topic ‘Annoying search box’ is closed to new replies.