[Resolved] Remove border from single product page images (Seller theme)

Home Forums Support [Resolved] Remove border from single product page images (Seller theme)

Home Forums Support Remove border from single product page images (Seller theme)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1476387
    Will

    Hi,

    I’d like to remove the border that is set by default on the product images when using the Seller starter site.

    I’ve made the edits to the Additional CSS suggested here:
    https://generatepress.com/forums/topic/remove-border-from-images-seller/

    This removes the image border on the category and shop pages (which is helpful) but the border still remains on the main product image on each single product page.

    Please advise on how to remove this border also.

    Many thanks

    #1476474
    David
    Staff
    Customer Support

    Hi there,

    can you link me to your site so i can see why those changes aren’t working?

    #1476785
    Will

    Yeah sure, I’ve provided the link to a product page, where you can see the faint grey border still showing on the main product image.

    Many thanks

    #1476846
    Leo
    Staff
    Customer Support

    Can you try this:

    .woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
        border: none;
    }
    #1476868
    Will

    That’s done it!

    Thanks so much for the help.

    #1476877
    Leo
    Staff
    Customer Support

    No problem 🙂

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