Hide Search Boxes and its webpart

Discussion in 'GeoCraft WordPress Theme' started by smagnin, Jan 24, 2013.

  1. smagnin

    smagnin New Member

    Joined:
    Dec 21, 2012
    Messages:
    8
    Likes Received:
    0
    Dear support,
    Is it possible to hide the entire horizontal webpart (with grey background) that has the two search engines?

    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .main_search{
    display: none;}
     
    .header_wrapper {
    min-height: 190px;
    padding-bottom: 0;
    }
    .content_wrapper {
    padding-top: 20px;
    }
     
  3. tonycamero

    tonycamero New Member

    Joined:
    Feb 7, 2013
    Messages:
    2
    Likes Received:
    0
    Can I make it display ONLY on the home page?
    :)
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    All pages share same header file, So it is not possible to remove or show search field from any particular page.
     

Share This Page