it’s possible remove the seach bottom for the header?
Example I want delete the “search”
You can hide it with css
common css, you can do this
.search-dropdown { display: none; }