Skip to content

Change Button Color

By default, the background color of the payment confirmation button will change according to the color in the theme customizer. However, if you want to change the color without following the theme customizer, you can add this CSS code to change the display.

Example of adding CSS code

#page .sc-form button.button.alt {
background-color: #000;
}

How to add CSS code

Note: You can change the color code as you like.

Button Color