.search-input .search-icon:first-child {
display: none;
}
should only display one search icon. I will say though, using the search banner and header search in tangent has some bad UX side effects.
I would reccomend just using one or the other.
.search-input .search-icon:first-child {
display: none;
}
should only display one search icon. I will say though, using the search banner and header search in tangent has some bad UX side effects.
I would reccomend just using one or the other.