How to remove white colour outside wishlist heart icon (Dawn theme)

Hello

I am using a wishlist app called iwish: Wishlist. I want to remove the white colour outside the heart icon. How to do it ?

1 Like

Hello, @Jayesh-Agarwal
Please share “Store URL”
Thanks!

1 Like

www.jagstore.in

Hi @Jayesh-Agarwal

We can only take out the whole white color try this code if it works. If not then you need to reach out the app provider.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
a.iWishAddColl {
    background: transparent !important;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

1 Like