# Customising checkout styling With the April checkout now integrated, merchants may wish to change the theme primary color to appear more consistent with their brand and website design. Add the parameter `primaryColor` to` AprilCheckout.render`. ```JavaScript AprilCheckout.render({ ... primaryColor: '#793DE4' // Optional, theme primary color (HEX) }); ``` br br **[Return to documentation home](/).**