Getting Rid of "Search" on my header

Viewing 4 posts - 1 through 4 (of 4 total)
  • #13516
    lorimockson
    Participant

    I would like to get rid of the option to Search on my header and I can’t find a way to do this.
    Thank you. Lori
    http://www.fusiontrading.ca

    #13543
    TorontoBoy
    Participant

    Add any option, I did a text box, to your header widget and the search box will be removed. Without anything in the header widget the default is a search box.

    #13553
    Alexander
    Participant

    Hi lorimockson,

    The easiest way to hide the search in the header is to put an empty text widget in the header widget box.

    Cheers,
    Alexander @ http://www.mouseclick.com

    #14154
    nipitmaster
    Participant

    I did it by adding custom CSS in the theme options:

    form#searchform {
    display: none;
    }

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.