How can I delete the search bar completely from the Blackbird Theme?

Discussion in 'BlackBird WordPress Theme' started by popscotch, Nov 27, 2013.

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

    popscotch New Member

    Joined:
    Feb 19, 2013
    Messages:
    2
    Likes Received:
    0
    Hello, I would like to know how to completely delete the search bar option on the homepage so that people visiting my site do not have the option of searching my hidden pages. Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .top-search {
    display: none;
    }
     
  3. popscotch

    popscotch New Member

    Joined:
    Feb 19, 2013
    Messages:
    2
    Likes Received:
    0
    Thank you so much Gourav!
     
Thread Status:
Not open for further replies.

Share This Page