Continue Shopping button Color

hadi

Active Member
Hello,
Please consider change color for Continue Shopping;
It's amazing but I found many clients couldn't find this button because of it's color.
Thank you

1651248331684.png
 
Hi Hadi,

You could change the colour by adding custom CSS within the admin area (Settings -> Company -> Customise HTML).

In the Header box, add the CSS below changing the colour codes to your desired colours.

CSS:
<style>
.cm-box-holder .customer-details .btn-light {
    background-color: #c9cfd5;
    border-color: #f8f9fa;
    color: #212529;
}
</style>
 
Back
Top