Don't display Location as a searchable option

Discussion in 'GeoCraft WordPress Theme' started by webedge, Nov 7, 2013.

  1. webedge

    webedge Member

    Joined:
    Feb 28, 2012
    Messages:
    33
    Likes Received:
    0
    When a visitor is visiting our site, is there any to not display the location search box?

    This is a search criteria that we will not be using.

    Thanks,
     
  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:
    #search_location {
    display: none;
    }
     

Share This Page