Hi,
can anyone tell me how i can hide the image borders on woocommerce single product page?
THX alot
Hi alicante15!
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;
}
Cheers!
Yigit
great thx alot