I want to remove the low opacity of my image

Solved

I want to remove the low opacity of my image

Kaymi
Excursionist
24 0 5

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!help2.jpg

Accepted Solution (1)
laddisahsi
Shopify Partner
385 38 41

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>

 

laddisahsi_0-1695296663562.png

 

 

If this solution is worked, then please Like this and Mark this as accepted solution!


Laddi

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!

View solution in original post

Replies 4 (4)

laddisahsi
Shopify Partner
385 38 41

@Kaymi 

Can you please share store URL?

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
Kaymi
Excursionist
24 0 5
laddisahsi
Shopify Partner
385 38 41

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>

 

laddisahsi_0-1695296663562.png

 

 

If this solution is worked, then please Like this and Mark this as accepted solution!


Laddi

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
Kaymi
Excursionist
24 0 5

It worked! Thank you so much! 🙂