How To Change The Checkout Page Styling

Hi all,

I was just wondering if someone could help me find where to change the style on the checkout page.

Basically, I want to change the blue to something more in keeping with the rest of my site. Please see attached file for reference.

Thanks

Capture.PNG

Hello!

Hi all,

I was just wondering if someone could help me find where to change the style on the checkout page.

Basically, I want to change the blue to something more in keeping with the rest of my site. Please see attached file for reference.

Thanks

If you want to change the color of the headers you can use the following code on the Custom CSS in the theme editor of your store:

.ty-step__title-active {
    background: COLOR_NEEDED;
}
.ty-step__container {
    background: COLOR_NEEDED;
}

*tested on CS-Cart 4.8.2, Responsive theme: https://prnt.sc/mer191

If you mean something please, please, clarify.

Best regards,

Thank you for setting me on the right path!