Hey,
Could you please create a css to remove the thin grey border from:
– single page product image
– related products images
– product images on the product listing page
Cheers
Hey mpl!
Try this out.
.template-shop .images a { padding: 0px !important; }
div .products .product a, div .products .product a img { border: 0px !important; }
If that’s not working then send us a link to your page and we’ll take a look.
Best regards,
Elliott
Hi!
Add this.
.inner_product * {
border: 0 none !important;
}
Besides that, the border you see is on the image itself so you would need to edit the image to remove it.
Best regards,
Elliott
Hi Elliott, Unfortunately the border is still there.
Hey!
The only border left is the border in the actual image itself. If you view the “accidents must be reported” image in your browser you’ll see the border that needs to be removed.
Regards,
Elliott
Hi,
I’m sending you links to 2 images.
image1.jpg before uploading as a product. http://signsforsafety.co.uk/temp/image1.jpg
image2.jpg a PrtScn from the website. http://signsforsafety.co.uk/temp/image2.jpg
The arrow shows which border I would like to hide. As you can see that is not on the image itself.
Could you have look please?