Code for removing "location" from search

Discussion in 'GeoCraft WordPress Theme' started by gosmartmobi, Feb 5, 2013.

  1. gosmartmobi

    gosmartmobi Member

    Joined:
    Nov 14, 2012
    Messages:
    39
    Likes Received:
    1
    I live in remote area. Please provide code to remove "location" from search
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    #search_location {
    display: none;
    }
     

Share This Page