Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #49576
    Georgina Bomer
    Participant

    Is there a way to remove the search bar from the header?

    https://stepawayfromthecarbs.com/

    Thanks!

    #49577
    Georgina Bomer
    Participant

    Or the social media icons, for that matter!

    #49595
    Sakin
    Keymaster

    @stepawayfromthecarbs: You can add the following css in “Appearnace => Theme Options => Custom CSS” box to hide Search in header.
    #header .searchform { display: none; }

    #54424
    ptbates1
    Participant

    Yes! That worked! Thank you.

    #58578
    LipoTonic
    Member

    I did not work on my site http://www.lipotips.com

    Can you help me please?

    #58636
    Sakin
    Keymaster

    @LipoTonic: You are using Catch Flames free theme and trying to use Simple Catch Theme CSS. That is why it’s not working. For Catch Flames free theme, you need to add the following css in “Appearance => Theme Options => Custom CSS” box:

    #sidebar-header-right .widget_search { display: none; }

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