When I view product pages, all of a sudden this X icon shows up as well, when I click it, it brings up the search bar.
I imagine the issue is linked to this code here:
Webpage: https://swolle.co
When I view product pages, all of a sudden this X icon shows up as well, when I click it, it brings up the search bar.
I imagine the issue is linked to this code here:
Webpage: https://swolle.co
Add the
svg.modal__toggle-close.icon.icon-close {
display: none;
}
below code to the end of base.css file
If my solution works for you then please accept and like the solution.