Issue Removing Search Bar

Discussion in 'GeoCraft WordPress Theme' started by carlob, Jul 13, 2013.

  1. carlob

    carlob New Member

    Joined:
    Jun 26, 2013
    Messages:
    2
    Likes Received:
    0
    Hello,

    Is it possible to get rid of the "Location" field in the search header?

    - Carlo
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Geocraft Settings> Theme Option > Styling Option > Custom CSS

    Code:
     .main_search .search_location input#search_location{
    display:none;
    }
     

Share This Page