Disable search box but leave locations search?

Discussion in 'GeoCraft WordPress Theme' started by azza, Jul 24, 2014.

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

    azza Member

    Joined:
    Apr 29, 2013
    Messages:
    61
    Likes Received:
    7
    Is there any way to disable (sitewide) the search field leaving just the location search box?

    Alternatively, is there a way to edit the grey 'search...' and 'location' text that appears in the search boxes? I'd like it to be more specific ie 'search keyword or tag ie ...' and 'view services by city or town.'
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    To remove search Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .main_search .search_for {
    display: none;
    }
    And to change text go to the

    geocrafttheme\library\text_domains\template_path.php

    location.png

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. azza

    azza Member

    Joined:
    Apr 29, 2013
    Messages:
    61
    Likes Received:
    7
    Thank you Nitesh.
     
Thread Status:
Not open for further replies.

Share This Page