I have the code below in my CSS but there are still borders on this page:
.template-shop .single-product-main-image .images a {
border: none !important;
padding: 0;
}
Hey Ronald,
I’m not sure which borders you are looking to remove, is it the description box on the page in private maybe?
Best regards,
Rikard
Sorry wrong page. If you view this page – https://beachlabs.org/product-category/shop-all-products
You will notice that all the product images and the text under the images have a very light border around them. I want to remove that.
Hi,
Thanks for that, do you want to remove them globally on the entire site? If so then please try this:
.inner_product {
border-color:transparent !important;
}
If not then please try to explain how you want to contain the code.
Best regards,
Rikard
yes perfect again. Thank you so much. You can close this one.