Shadow behind product image in product page DAWN theme

Solved

Shadow behind product image in product page DAWN theme

CarCleanCC
Explorer
57 0 8

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:

CarCleanCC_0-1734718821547.png

I would hugely appreciate the help!

 

Accepted Solution (1)

Guleria
Shopify Partner
3953 791 1123

This is an accepted solution.

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

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Reply 1 (1)

Guleria
Shopify Partner
3953 791 1123

This is an accepted solution.

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

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder