kdhyatt
February 23, 2023, 3:28pm
1
Hi,
I was able to reduce my header icons thanks to some Shopify experts…however, the overlay (when selecting the icons) has been altered. I would like to remove the overlay on these altogether. Is this possible? Thank you.
Attached image Here (see overlay in account icon below) :
Preview to site is here : https://wwkc68owd719hgzy-7472873.shopifypreview.com
Thanks.
kdhyatt
February 23, 2023, 7:26pm
2
Hi There,
Thank you for your advice. I posted the code, but the shadow selection/overlay on the icons is still present. Any other solutions?
Hello @kdhyatt
I would like to give you the recommendation to support you so kindly follow steps below:
Go to your Online store > Themes > Edit code
Open your theme.liquid file
Paste the below code before
I hope the above is useful to you.
Best regards,
GemPages Support Team
Hi @kdhyatt
You can try to add this code to “base.css” file:
.icon-button__icon:before {
background-color: white !important;
}
We hope that it will work for you.
kdhyatt
February 24, 2023, 1:52pm
6
Wished it had worked, but sadly no. Thanks for your help.