want to remove Address search Box from header

Discussion in 'GeoCraft WordPress Theme' started by raaj95, Jun 18, 2018.

  1. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    Hello, i want to remove Address search Box from the header and also from a custom field.
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove Address Search Box, just paste the code given below in Custom CSS section.
    (Dashboard->GeoCraft Settings->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .main_search {
        display: none;
    }
    You can simply remove any custom field from your website dashboard, Go to (Dashboard->GeoCraft Settings->Custom Fields) and remove the field which you want. Please have a look at the attached screenshot.

    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

    Attached Files:

  3. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    1. I want to remove this address filed please check the screenshot
    2. Remove only Location Box check screenshot.
     

    Attached Files:

    Last edited: Aug 12, 2018
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greetings from InkThemes,

    It is not possible as it needs lots of source code customization.

    To remove only Location Box, just paste the code given below in Custom CSS section.
    (Dashboard->GeoCraft Settings->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .search_location.current {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page