Skip to content
All Answers
Commerce

How do I customize the product image zoom on Squarespace?

Squarespace 7.1 uses a lightbox-style zoom on product images by default. You can adjust the zoom cursor, transition speed, and overlay background to match your brand.

The .ProductItem-gallery-slides-item-image container handles the zoom interaction. You can also target the lightbox overlay with .sqs-lightbox-meta to restyle the expanded view.

.ProductItem-gallery-slides-item-image {
  cursor: zoom-in;
  transition: transform 0.4s ease;
}
.ProductItem-gallery-slides-item-image:hover {
  transform: scale(1.03);
}
.sqs-lightbox-meta {
  background: rgba(0, 0, 0, 0.85);
}
Generate this with our Products V2 StylerTry it free →

Related Questions

Commerce

How do I change the Add to Cart button style in Squarespace?

Commerce

How do I style the product price in Squarespace?

Commerce

How do I hide the quantity selector on Squarespace product pages?

Commerce

How do I style the product variant dropdown in Squarespace?

A little over your head?

No shame — this stuff is hard. Let the pros handle it.

Long Drive MarketingTalk to Long Drive Marketing →