Shopify themes, liquid, logos, and UX
Hi guys! So I want to remove the low opacity of my 4th image but I tried everything and I can't find any solution to fix it. I want my picture to be solid like the 3 pictures and not transparency like. Can anyone help me with my problem? I'm using ella theme btw Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @Kaymi
You can follow the following steps:
1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. And add the following code in theme.liquid file above the </head> tag
<style>
a.image-zoom.adaptive_height {
opacity: unset !important;
}
</style>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
This is an accepted solution.
Hi @Kaymi
You can follow the following steps:
1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. And add the following code in theme.liquid file above the </head> tag
<style>
a.image-zoom.adaptive_height {
opacity: unset !important;
}
</style>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
It worked! Thank you so much! 🙂
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024