Okay
  Public Ticket #971731
Border around woocommerce images
Closed

Comments

  •  2
    John Georgiou started the conversation

    Hi, is it possible to add in the custom CSS some code to place a border with rounded corners around the woocommerce images?

    Thanks in advance

    John

  • [deleted] replied

    Hi John,

    We don't provide custom modifications but we will try to help you this time only

    Can you please add the code below to Custom CSS

    .woocommerce .product .item-images img {
        border: 2px solid #d8d8d8;
        border-radius: 9px;
    }