Site logo

Archived topic

Personnalize woocommerce button

3 replies · Started by ROHART on May 22, 2022

Viewing posts 1–4 of 4

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.