Remove Grey Overlay in header icons (Pipeline Theme 2.0)


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

Try adding this code to the bottom of theme.css

.header__desktop__buttons--icons .header__desktop__button .navlink::after{
  background:none;
}
1 Like