Woocommerce Product Page Image Border

Hi,

i’d like to ask how to (1) remove the border for all product images or (2) decrease the thickness of the border for all product images.

Thanks!

Hi there,

Thanks for writing around! To remove the border for all product images, please add the following CSS code in the Theme Options > CSS:

.woocommerce .x-img-thumbnail {
  padding: 0;
}

Hope this helps!

Awesome, thank you!

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.