Closed GitCurious closed 7 years ago
Removing the search glass completely with "visibility: collapse" or "display: none" also changes searchbars height, so I suggest to hide it with "visibility: hidden" css code:
.search-go-button {
visibility: hidden !important;
}
Add it to CTRs "custom css area" or to a Stylish style.
Thanks Aris, you`re a genius.
It worked perfectly (I didn`t know to use the visibility item)
I have tried some css snippets but can not find a way to hide the magnifying glass icon, ie: the "search glass" on the OLD style search bar.
Is this possible to do ?