How to disable search?

How can I remove the search from the site header? I didnt find an theme option for doing that.

Thanks.

Comments

  • Hey,

    we don`t have option to turn it off yet, but thanks for suggestion. We`ll definitely add it in next updates. But at this moment what you can do is use below css in Theme options > Layout > Custom CSS section:
    #Top_bar a#search_button { display: none; }
    This will definitely help you ;)
Sign In or Register to comment.