How to keep opacity-level to 50% to white colour of wishlist heart icon (Dawn theme)

Solved

How to keep opacity-level to 50% to white colour of wishlist heart icon (Dawn theme)

Jayesh-Agarwal
Shopify Partner
34 0 7

Hello

I am using a wishlist app called iwish: Wishlist. I want to keep opacity-level to 50% to white colour of wishlist heart icon on collection and product pages. How to do it ?

Below is screenshot of my website - www.jagstore.in

Screenshot_20250108-195559.jpg

I want it to look like below

Screenshot_20250108-233318.jpg

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9571 2279 2828

This is an accepted solution.

Hi @Jayesh-Agarwal 

Try this one. 

  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 {
    opacity: .5 !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1736368726166.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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 3 (3)

devcoders
Shopify Partner
757 95 191

Hello @Jayesh-Agarwal 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

.iWishAddColl svg {
stroke: white !important;
opacity: 0.5;
}
.iWishAddColl svg:hover {
opacity: 1;
transition: opacity 0.3s ease;
}

 

devcoders_0-1736359981461.png

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

Made4uo-Ribe
Shopify Partner
9571 2279 2828

This is an accepted solution.

Hi @Jayesh-Agarwal 

Try this one. 

  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 {
    opacity: .5 !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1736368726166.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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

vinods
Shopify Partner
873 15 96

go to base.css file in that line number 2997 

 

.iWishAddColl svg

opacity: 50% 

Vinod Sachdev
Digital Centrics
Digital Marketing Manager
Google & Bing Ads | Website Design & Development | Conversion Rate Optimization