Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #362782

    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

    #363163

    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

    #369058
    This reply has been marked as private.
    #369137

    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

    #369660

    Hi Elliott, Unfortunately the border is still there.

    #369783

    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

    #369940

    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?

    #369963

    Hey!

    It seems like your website is currently down. Please try adding following code to Quick CSS

    .template-shop .single-product-main-image .images a { border: none; }

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.