How Do I remove the Search functions from home page?

Discussion in 'GeoCraft WordPress Theme' started by goharnett, Jan 6, 2013.

Thread Status:
Not open for further replies.
  1. goharnett

    goharnett Member

    Joined:
    Dec 27, 2012
    Messages:
    34
    Likes Received:
    0
    I'd like to completely remove the two search functions from the home page and the Search button.

    How?

    thanks.

    eugene

    If you ever get the search to be search by our categories, I'll reinstall it.

    And the Location Search by our unique area listings, I'll reinstall it.
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .main_search {
    display: none;
    }
    This will solve your problem.
     
  3. goharnett

    goharnett Member

    Joined:
    Dec 27, 2012
    Messages:
    34
    Likes Received:
    0
    thank you.
     
Thread Status:
Not open for further replies.

Share This Page