Archived topic
Changing the style of add to cart button
1 reply · Started by Mahesh on May 25, 2018
Viewing posts 1–2 of 2
Hi Tom / Leo,
Want to give GeneratePress one more shot. Is there a way to reduce or change the shape and size of the Add to Cart button.
Is it possible to make it smaller and with round edges. Like the Shop now button below;
My URL is not published yet. Still in the build phase.
Hi there,
Try this CSS:
.woocommerce a.button.add_to_cart_button {
padding: 5px 10px;
border-radius: 5px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.