Home Forums WoodMart support forum Image border

Image border

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

    artvibes79
    Participant

    Hello, and thank you in advance for your help, how can I set it so that in Photogrid, and on a single product page, there is a border in the form of a line or a shadow on the outline of the photo, and not the entire gallery?

    #505073

    Hello,

    Try to add the following custom css code in Theme Settings > Global custom css:

    .thumbs-position-left.wd-has-thumb>.col-lg-9 .woocommerce-product-gallery__wrapper {
        border: 1px solid red;
        box-shadow: 2px 2px 2px 2px;
    }

    Best Regards.

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