Archived topic
Woo product buttons on the default shop page
3 replies · Started by Wendy on October 31, 2021
Viewing posts 1–4 of 4
I've adjusted my block buttons to have rounded corners.
Except the default product catalogue has them square?
You can see that happening here:
https://www.glow-skincare.com/shop/
Where would I adjust the default list of products. Thank you.
Hi there,
You'd need to use CSS like this:
.woocommerce ul.products li.product .button {
border-radius: 10px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Voila! Thank you so much Leo!
No problem :)
This archived topic is closed to new replies.