Site logo

Archived topic

Remove border from single product page images (Seller theme)

5 replies · Started by Will on October 7, 2020

Viewing posts 1–6 of 6

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

Hi there,

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

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

Can you try this:

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

That's done it!

Thanks so much for the help.

No problem :)

This archived topic is closed to new replies.