Hello Support,
I would like to remove the border from the images on the product pages. Link below.
Thanks in advance.
Hey Wils1234!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.template-shop .single-product-main-image .images a {
border: none;
padding: 0;
}
Regards,
Yigit
Hi Yigit,
This has been resolved. Thank you.