Site logo

[Resolved] Personnalize woocommerce button

Home Forums Support [Resolved] Personnalize woocommerce button

Home Forums Support Personnalize woocommerce button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2229095
    ROHART

    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

    #2229146
    Fernando
    Customer Support

    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. 🙂

    #2229159
    ROHART

    Thanks very much 🙂

    #2229165
    Fernando
    Customer Support

    You’re welcome Rohart! Glad to that worked! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.