Remove search from the header

common css, you can do this

.search-dropdown {
    display: none;
}
3 Likes