Hello,
Is anyone know how to add a shadow box for product image displayed in front and shop page.
It is much appreciated if someone has a custom css code for such feature.
Thanks in advance
Hello,
Is anyone know how to add a shadow box for product image displayed in front and shop page.
It is much appreciated if someone has a custom css code for such feature.
Thanks in advance
Hello,
I hope you are doing well today.
You can use the following CSS code to add the shadow by going to Appearance > Customize > Additional CSS and pasting it there.
.tyche-product .tyche-product-image {
box-shadow: 5px 10px #888888;
}
Best Regards,
Support