Home Forums Basel support forum BUTTONS COLOUR AT CHECKOUT

BUTTONS COLOUR AT CHECKOUT

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #126147

    alvarobotella
    Participant

    Hi,

    I would like to know how can I change the buttons colour at the checkout page.

    Please see picture attached.

    Best regards,

    Attachments:
    You must be logged in to view attached files.
    #126220

    Hello,

    You can change the color of the button in the Theme settings > Styles and colors. If you want to change the color only on the checkout page, it is possible to do with custom CSS.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woocommerce .place-order button{
    background-color:red;
    	border-color:red;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)