less than a minute read • Updated 9 minutes ago
Change button and accent colors
How to change button, background, and accent colors on the cart and checkout using custom CSS.
Change the button and accent colors on your cart and checkout using custom CSS.
Steps
<style>
#fc .fc-checkout, #fc .fc-context--cart-fullpage {
background: #ec6725;
}
</style>
Notes
These instructions apply to the cart and checkout. The same approach — targeting the relevant class with your own custom header CSS — can be used to change any other element’s color, not just backgrounds.
If you’re unfamiliar with locating the CSS selectors for specific elements, use your browser’s inspection tool to find the class you want to target, or contact support.
A hex color picker can help you find the exact color value you want to use.