How do I remove the 3 search listing boxes on my site?

Discussion in 'GeoCraft WordPress Theme' started by millmead2, Jan 12, 2016.

  1. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Dear Sir/Madam,

    How do I remove the 3 "search listing" boxes below the menu box on my site ?
    http://uk-exports.org/

    I do not want my listings to be searched.

    Thanks
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> 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. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Thanks but it has removed the menu wrapper and the menu container.

    I need these to display on my website but not the search buttons.

    Thanks.
     
  4. priya

    priya Guest

    Hello,

    Would you please remove the above code from your dashboard for once so that I can provide you a better solution for this...

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page