Archived topic
Shadow in product image
6 replies · Started by Roger on January 22, 2021
Hi,
Two issues
1. How to add a shadow behind the product image (I'm referring to the image on the product page)
2. How to decrease the dimensions of the image on the product page?
Thanks!
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Ok!
Hi there,
1. try adding this CSS:
.woocommerce #content div.product div.images {
box-shadow: 0 2px 8px 3px rgba(0,0,0,0.25);
}
2. Go to Customizer > Layout > Woocommerce --> Single and adjust the Product Image Area Width
worked perfectly!
Thank you David.
Glad to hear that!
worked perfectly David
Thank you!