remove search bar and magnifying glass icon

Discussion in 'Foogo Pro WordPress Theme' started by faceless4all, May 5, 2018.

  1. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    I used this code to remove search bar from any and all pages and posts and it does work, BUT it still shows the 'magnifying glass' icon for search, please help. thank you
    #sub_header .st-title-wrap {
    padding-bottom: 90px;
    }
    .st-title-wrap #searchForm .search-form .search-field {
    display: none;
    }
    .st-title-wrap button#searchsubmit button#searchsubmit {
    display: none;
    }
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

    Greetings from InkThemes,

    To remove the search bar, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #searchForm {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page