Home Forums WoodMart support forum Product image box-shadow

Product image box-shadow

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

    turkayd
    Participant

    Hi, I am trying to add box-shadow to product images except carousel thumbnails. I used .woocommerce-product-gallery .owl-carousel on sigle product page, but I also need to add shadow to product images on shoppage in grid and list view. Which css selector can I use

    #27367

    Artem Temos
    Keymaster

    Hi,

    You can use the following CSS code for this purpose

    .product-element-top {
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.12);
        box-shadow: 1px 1px 2px rgba(0,0,0,.12);
    }

    Regards

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