Remove Search?

Discussion in 'GeoCraft WordPress Theme' started by senton, Apr 3, 2016.

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

    senton Member

    Joined:
    Mar 6, 2013
    Messages:
    39
    Likes Received:
    0
    Is it possible to remove the search listing and search boxes from my website?

    If so how?

    Thanks
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Dashboard=>GeoCraft Setting=>Theme Option=>Styling Options=>Custom CSS) of your dashboard.
    Code:
    .main_search {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. senton

    senton Member

    Joined:
    Mar 6, 2013
    Messages:
    39
    Likes Received:
    0
    Hello

    I pasted the code in but it only removes
    The search from the home page...
    Is there a way to remove entirely from
    Every page?

    Also ..with the search bar gone...there is a
    large gap on home page when viewed on
    mobile. Is there anyway to fix that?
     
  4. priya

    priya Guest

    Hello,

    Could you please provide us 'URL' of your site along with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. senton

    senton Member

    Joined:
    Mar 6, 2013
    Messages:
    39
    Likes Received:
    0
    Here is a screenshot of how it looks on a mobile phone...
    There is a large gap/space where the search box used to be.

    Is it possible to remove this space?

    2016-04-05_03h53_42.png
     
  6. priya

    priya Guest

    Use below code..
    Code:
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .header_wrapper {
        min-height: auto;
    }
    }
    @media only screen and (max-width: 480px){
    .header_wrapper {
        min-height: auto;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. senton

    senton Member

    Joined:
    Mar 6, 2013
    Messages:
    39
    Likes Received:
    0
    Perfect!

    Thank you
     
Thread Status:
Not open for further replies.

Share This Page