Jump to content

Product images greyscale to colour on hover

Recommended Posts

Hey guys, 

 

So I have used this code:

 img.grid-item-image.grid-image-cover {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
div.grid-item:hover img.grid-item-image.grid-image-cover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

to achieve grayscale to colour on hover for my product images.

https://www.rotaterecordings.com/shop-all

It was working completely fine for ages, but I have now noticed using safari it isn't working. It's still currently working on Google Chrome.

 

Does anyone know why that might be?

Link to comment
3 hours ago, Indi said:

Hey guys, 

 

So I have used this code:

 img.grid-item-image.grid-image-cover {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
div.grid-item:hover img.grid-item-image.grid-image-cover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

to achieve grayscale to colour on hover for my product images.

https://www.rotaterecordings.com/shop-all

It was working completely fine for ages, but I have now noticed using safari it isn't working. It's still currently working on Google Chrome.

 

Does anyone know why that might be?

Try

img.grid-item-image.grid-image-cover {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
}
div.grid-item:hover img.grid-item-image.grid-image-cover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.