Delete "Location Field" in the Search function

Discussion in 'GeoCraft WordPress Theme' started by flowline, Jan 4, 2014.

  1. flowline

    flowline New Member

    Joined:
    Dec 23, 2013
    Messages:
    5
    Likes Received:
    0
    Hello,
    is it possible to delete the "Location Field" in the Search function?
    Please let me know how I can do it.

    Thanks a lot Klaus
     

    Attached Files:

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

Share This Page