woocommerce product image border

Posted in: Newspaper
Post count: 125

Dear support,
Could you help with with a global css code for woocommerce product image border.
Thanks

Post count: 22421

Hello,

Please provide an example of how you want the border so I can provide the proper code.

Thanks.

Post count: 125

Here is the example link
https://www.screencast.com/t/0yt3W7t8H
I will appreciate:
1. The border css code
2. border color in addition with the code
3. border spacing in addition with the code if possible
Thanks

Post count: 22421

Hi,
Try this css in the theme panel-> custom css box:

.woocommerce .product img{
border:1px solid lightgrey;
}

Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.