Hello,
How can I remove the grey overlay when you hover over or click on the header icons
Please see image attached
Hello here is the URL of the website
https://theattica.myshopify.com
site password: rtawly
How can I remove the grey overlay when you hover over or click on the header icons
Please see image attached
Hello here is the URL of the website
https://theattica.myshopify.com
site password: rtawly
Try adding this code to the bottom of theme.css
.header__desktop__buttons--icons .header__desktop__button .navlink::after{
background:none;
}