Archived topic
Personnalize woocommerce button
3 replies · Started by ROHART on May 22, 2022
Viewing posts 1–4 of 4
Hi,
I would like to customazie the woocommerce button :
- Add bold text
- Center the button
You can see my page here https://www.my-wildlife.com/produit/safari-dans-les-reserves-du-nord-du-kenya/
I tried but I can't. Can you help me ?
Gregory
Hi Rohart,
Here is a CSS you may try adding in Appearance > Customize > Additional CSS to achieve as such:
.single-product button.single_add_to_cart_button.button.alt {
font-weight: bold;
}
.single-product form.cart {
display: flex;
justify-content: center;
}
Kindly let us know how it goes. :)
Thanks very much :-)
You’re welcome Rohart! Glad to that worked! :)
This archived topic is closed to new replies.