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%
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024