Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @izmcreditservices,

    We can hide the search with the help of custom css. Please apply below given css under Appearance -> Customize -> Additional Css-

    .site-header-wrapper {
    display: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    When I use this code, it removes the whole header. If I only want to remove the search bar, what would I do? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove search bar from top of page’ is closed to new replies.