Product style cannot be set.
-
As shown in the picture, I would like to set the style of this product including the background colour, the size of the caption, and the shadow of the card, please tell me how to set it, thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
Try to use the code below for help:
.wd-product .product-element-bottom {
background-color: #bab4b5;
}
.wd-product.wd-hover-tiled .product-wrapper {
box-shadow: 0px -1px 6px 7px rgba(187, 14, 14, 0.12);
}
Kind Regards