-
AuthorPosts
-
March 3, 2016 at 12:38 pm #822329
I have tried several css from the forum and none of them will remove the white border around my images on single product page example: http://ayoungstudios.involve.media/product/product-1/
Thanks,
March 3, 2016 at 7:03 pm #822734Hi there,
Thanks for writing in! Could you please try adding the following CSS workaround into your Customizer, Custom > CSS area.
.x-img-thumbnail { background-color: rgba(0, 0, 0, 0); }
Hope that helps.
March 4, 2016 at 2:14 pm #823993That worked perfect. I would also like to remove the same from related products at the bottom of the page.
March 4, 2016 at 11:07 pm #824400Hi There,
You can add this under Custom > CSS in the Customizer.
.woocommerce .related ul.products li.product {border-width: 0;} .related .entry-featured a {background-color: transparent;}
Hope it helps, Cheers!
March 5, 2016 at 10:13 am #824838Thanks, however there still seems to be a one pixel white/grey line on the bottom of the image
March 5, 2016 at 6:26 pm #825160March 7, 2016 at 2:59 pm #827523I actually replaced all the images to be sure the line is not in the image, you can see there is still a one pixel bottom border.
March 7, 2016 at 10:25 pm #827973Hi there,
Thanks for updating. Let’s add this :
.woocommerce .related ul.products li.product { background: transparent }
Hope this helps.
Cheers!
-
AuthorPosts