Home Forums WoodMart support forum Border around picture

Border around picture

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58450

    leds-pros
    Participant

    Hello,
    Is it possible to have a border ( black, 1px ) around the picture of page product as the example ?
    Thanks you for your help,
    Leds-Pros

    Attachments:
    You must be logged in to view attached files.
    #58486

    Hello,

    Please add this CSS to Theme settings > Custom CSS:

    .woocommerce-product-gallery.thumbs-position-bottom .woocommerce-product-gallery__wrapper {
        margin-bottom: 4px;
        border: 1px solid #000000;
    }

    Best Regards

    #58494

    leds-pros
    Participant

    Thank you very much Elise,
    exactly what I need. You’re theme and support are the best !
    Best Regards

    #58531

    Hello,

    Please refer to WooCommerce documentation https://docs.woocommerce.com/documentation/plugins/woocommerce/

    Also, you will find additional plugins for your needs. Our theme does not have any options to configure that.

    Best Regards

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