0
Does anyone can tell me how to add a border on a woocommerce shop page below each row of products?
Does anyone can tell me how to add a border on a woocommerce shop page below each row of products?
2 Respuestas
0
You can set a
border-bottom:2px solid black;
to the row-container.
Or
Can use <hr>
0
Thanks Mohan, do you happen to have a css code specific for woocommerce shop page?
For instance I have add it a bottom border using
.woocommerce-page ul.products li.product {bottom-border: 1px Solid #d9d9d9;}
But that affects only each product it separately on each column.
I want the border line in full width below each row-container.
Thanks again