Comments Edwin started the conversationAugust 30, 2020 at 6:03pmHi, in the regular woocommerce product pages, the individual products have a grey border, possibly 1px, around each product image.How can that be done with the product images on the bundle pages?See the attached image. With a grey border like that, our bundles' products images look nicer.CheersEd 767Janilyn repliedAugust 31, 2020 at 10:00amHi Edwin, Thank you for contacting WPClever Support Forum. We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your question and responding with specific instructions as soon as possible. Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back. Best regards.Janilyn T. - WPClever Support AgentEdwin repliedSeptember 2, 2020 at 4:00amHi Janilyn, please consider this case closed, as we'ved fixed it ourselves:/* bundle product shots edge */.attachment-woocommerce_thumbnail{ border: 1px solid #e1e1e1;Cheers,Edwin Sign in to reply ...
Hi, in the regular woocommerce product pages, the individual products have a grey border, possibly 1px, around each product image.
How can that be done with the product images on the bundle pages?
See the attached image. With a grey border like that, our bundles' products images look nicer.
Cheers
Ed
Hi Edwin,
Thank you for contacting WPClever Support Forum.
We’ve received your ticket and assigned one of our developers to help you with that.
He’ll be looking into your question and responding with specific instructions as soon as possible.
Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.
Best regards.
Janilyn T. - WPClever Support Agent
Hi Janilyn, please consider this case closed, as we'ved fixed it ourselves:
/* bundle product shots edge */
.attachment-woocommerce_thumbnail{
border: 1px solid #e1e1e1;
Cheers,
Edwin