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

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

    li.menu-item.search-menu {
    display: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter aksup

    (@aksup)

    That worked. Thank you!

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