Hi
I managed to turn off the border on the product images on the catgory page with the css below, but it doesn’t work for pages that are a list of categories.
.inner_product {
border: none;
}
For example I have a main category ‘Jewellery’ and sub categories ‘Brooches, Rings, etc. The image borders are hidden on the Brooches and rings pages, but not on the jewellery page.I want no border on both pages
Hey stevegjacobs,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .products .product-category {
border: none;
}
If you need further assistance please let us know.
Best regards,
Victoria