The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Weebly help please!
Hi there,
I have used a simple weebly template for my website http://www.edinaronay.com and I would like to remove the border from the product images on the shop pages
http://www.edinaronay.com/store/c7/DRESSES.html
If anyone has any idea how to do this I’d be so grateful!
Many thanks
It’s the very first line in the sites.css file :
sites.css
.wsite-com-category-product-image-wrap, .wsite-com-category-product-featured-image-wrap, .wsite-com-category-subcategory-image-wrap { border: 1px solid rgba(0, 0, 0, 0.2); }
Should be fixed if you remove the first element there.