Where can I find the CSS for styling the woo commerce product grid? I want to change things like the border to grid items, the padding around price and title and the background colour of Add to Cart rand Show Details.
many thanks
Hi envapk2!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.main_color .avia_cart_buttons { background-color: red; }
span.price { padding: 10px; }
.inner_product_header h3 { padding: 10px; }
Regards,
Yigit
That’s great, many thanks Yigit
Peter