I’ve noticed that a fine half border has appeared around my primary product image (see attached screen shot). This is not effecting catoegory level pages, just individual product pages.
I’ve always had image bordered disabled (Theme Options > Woo-Commerce Options > Shop Options > Product Image Shadows = NO
I’ve tried using CSS to override this border (see below) but this doesn’t work). Any pointers?
.woocommerce div.product div.product-main {
box-shadow: none !important;
}
Many thanks in advance.
Attachments:
You must be
logged in to view attached files.