What's your biggest current challenge? Have your say in Community Polls along the right column.

How to eliminate fading effect on product images?

Solved

How to eliminate fading effect on product images?

christian_russo
Pathfinder
203 1 42

hi everyone,

 

when I hove my product pictures it still fades very hard. is there any way I can change that? so when I hover over the pictures it doesn't fade but instantly switches between pictures?

 

Schermafbeelding 2022-05-07 om 22.06.14.png

 

www.gallerychristian.com

password: Christianshop123

 

thank you! 

Accepted Solution (1)

diego_ezfy
Shopify Partner
2970 571 917

This is an accepted solution.

@christian_russo, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.underline-links-hover *{
    transition: unset !important
}



Kind regards,
Diego

View solution in original post

Reply 1 (1)

diego_ezfy
Shopify Partner
2970 571 917

This is an accepted solution.

@christian_russo, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.underline-links-hover *{
    transition: unset !important
}



Kind regards,
Diego