How to remove the SEARCH BOX at the top of the front page?

Discussion in 'GeoCraft WordPress Theme' started by sunnyca, May 13, 2015.

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

    sunnyca Member

    Joined:
    Sep 16, 2012
    Messages:
    88
    Likes Received:
    3
    I don't want that.
    Thanks!
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    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 !important;
    }
    .header_wrapper {
      padding-bottom: 0 !important;
    }
    Thanks,
    Praveen
     
  3. sunnyca

    sunnyca Member

    Joined:
    Sep 16, 2012
    Messages:
    88
    Likes Received:
    3
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page