Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #80140
    amateo
    Member

    Hello,

    I’m using catch responsive theme in my blog. Is there any way to remove the search box from the header?

    #80169
    Sakin
    Keymaster

    @amateo: Please post in your site URL and explain. For now, I guess you are talking about removing search from header right section. For that you add the following css in “Appearance => Customize => Theme Options = Custom CSS Options” box to hide it.
    .sidebar-header-right .widget_search { display: none; }

    #80976

    That code worked for me, removed the SEARCH box from top right section of the header.
    Thank you.

    #81126
    Sakin
    Keymaster

    Thanks Jeff for your appreciation 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove search box in header’ is closed to new replies.