Shadow behind product image in product page DAWN theme

Hello!

I am using the dawn theme and my URL is carcleansweden.se.

I would like to add some shadow behind the product image on the product page:

I would hugely appreciate the help!

Hello @CarCleanCC ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code at the bottom:

.product-media-container .product__modal-opener { 
    box-shadow: 2px 4px 12px 2px;
}

Regards
Guleria