Does anyone can tell me how to add a border on a woocommerce shop page below each row of products? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

3rd Sep 2020, 6:22 PM
Hector Diaz
Hector Diaz - avatar
2 Answers
0
You can set a border-bottom:2px solid black; to the row-container. Or Can use <hr>
3rd Sep 2020, 7:24 PM
Divya Mohan
Divya Mohan - avatar
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
3rd Sep 2020, 9:12 PM
Hector Diaz
Hector Diaz - avatar