Home Forums WoodMart support forum Drop shadow attributes Reply To: Drop shadow attributes

#86892

Hello,

Try this code:

.swatches-select .colored-swatch{
-webkit-box-shadow: -1px -1px 17px -1px rgba(85,85,85,0.55);
-moz-box-shadow: -1px -1px 17px -1px rgba(85,85,85,0.55);
box-shadow: -1px -1px 17px -1px rgba(85,85,85,0.55);
}

You can change the values as per your needs and add this code to the Theme Settings > Custom CSS > Global.

If the code does not work, provide your site admin access.

Best Regards