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:
Go to Online Store → Theme → Edit code
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