Shopify themes, liquid, logos, and UX
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
I want it to look like below
Solved! Go to the solution
This is an accepted solution.
Try this one.
a.iWishAddColl {
opacity: .5 !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!
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;
}
This is an accepted solution.
Try this one.
a.iWishAddColl {
opacity: .5 !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!
go to base.css file in that line number 2997
.iWishAddColl svg
opacity: 50%
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025