Checkout Form Stylings

For more information about the Checkout Form, see How To Customize The Shopping Cart Text under the Bidder Experience section of the User Guide.

To add custom CSS to the current element (which applies to the current element only), you would use the standard Advanced Styling functions and features for that specific element.

Change Button Outline Color

To change the color of the button outline (in some cases this will help make the theme styling of the button more obviously clickable).

button.btn-outline-secondary {
  font-weight: 600;
  color: black;
}

NOTE

Any suitable web-safe color designation will work. See w3schools.com - HTML Colorsopen in new window for additional references.

WARNING

(advanced) options may not be supported under all plans.


Last reviewed: February 2023
CheckoutFormStylings
/advanced/adding_custom_css/current_element/form_checkout/
advanced
adding_custom_css
current_element
form_checkout
Checkout Form Stylings