Docs: How to remove the search button from the menu bar?
How to remove the search button from the menu bar?
Updated on December 14, 2021
To hide the search button,
Please add the CSS given below to ( Appearance > Customize > Additional CSS ) field.
.header-search {
display: none;
}