Social Media Icons on Share Popup turn Grey instead of White

In some cases, the color of icons on the popup which opens after clicking Share Wishlist button turns grey (or some other color), giving an inappropriate experience to the users. In most cases, it looks like the below:

Icons of Share Wishlist Popup have turned grey
Icons of Share Wishlist Popup have turned grey

It can be easily fixed by adding the following CSS. We recommened that you add it to the Box 2 of Extra CSS tool found in App’s Settings in Shopify Admin.

 

svg g {
fill: #fff !important;
}

Leave a Reply

Your email address will not be published. Required fields are marked *