Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #123309
    ggurquhart
    Participant

    Hi

    I would like to remove the search bar from the header of my site, is there some custom CSS I can add?

    Thanks
    Graham

    #123364
    Pratik
    Keymaster

    Hi,

    Can I post in your site url?

    #123809
    Allen Scheid
    Participant

    Hello,

    I would also like to remove the search bar from the header – please tell me how as I have exhausted my options.
    Allen

    #123925
    Pratik
    Keymaster

    Hi Allen,

    Please post in our site url.

    #125529
    Jonya
    Participant

    Well, here’s mine! http://ez2seeproducts.com/

    I also cannot figure out how to get rid of the search bar. It’s a tiny site and we don’t need it. Thanks!

    #125530
    Pratik
    Keymaster

    @jonya,

    Try adding following code in Appearance- Customize- Additional CSS box:

    
    #header-top {
        display: none;
    }
    

    Regards,
    Pratik

    #125534
    Jonya
    Participant

    Thank you! That’s done the trick.

    Jonya

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove Search Bar’ is closed to new replies.