Home Forums WoodMart support forum Product style cannot be set.

Product style cannot be set.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #575116

    ipaybom
    Participant

    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.
    #575210

    Luke Nielsen
    Member

    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

Viewing 2 posts - 1 through 2 (of 2 total)