WordPress – Disable Search Icon in Menu

email me

In the WordPress UI: Appearance > Customize > Additional CSS

#search-toggle {
    display: none;
}

 

Notes

#header-search-button {
    display: none;
}