Hi,
I am trying to hide my Search Button. I am using the two following codes on base.css and only the cart is hiding - search button is stubborn and still there.
.header__icons { display: none !important; }
.header__search {
display: none !important;
}
.header__icon–cart {
display: none !important;
}
TIA