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

Solved

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

Jayesh-Agarwal
Shopify Partner
39 0 7

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 ? 

Screenshot_20250108-195559.jpg

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9846 2340 2935

This is an accepted solution.

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;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1736350341426.png

     

 

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

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 3 (3)

topnewyork
Astronaut
1121 150 186

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

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
Jayesh-Agarwal
Shopify Partner
39 0 7

Made4uo-Ribe
Shopify Partner
9846 2340 2935

This is an accepted solution.

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;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1736350341426.png

     

 

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

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.