Home Forums WoodMart support forum Add shadows on Product Categories Reply To: Add shadows on Product Categories

#534772

Hung Pham
Keymaster

Hi andrea-5600,

Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

.wd-gallery-item{
	box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.5);
}

And you need to increase the gap between images.

Regards,