Archived topic
Remove border from images (Seller)
3 replies · Started by Greg on July 17, 2019
I imported seller and would like to remove the border from the images.
Hi there,
Remove this CSS in the Additional CSS field in the customizer:
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img{
padding: 3px;
border: 1px solid rgba(0,0,0,0.1);
box-sizing: border-box;
}
Let me know :)
Wow that's impressive...
Any chance I can get 5 products on a row but keep them bigger?
I currently have 4 in a nice size but when I select 5, they become small...
So effectively, reduce the white space to get 5 on a row but bigger than the current option...
You could try increasing the container width:
https://docs.generatepress.com/article/container-width/
Let me know :)