Add this custom CSS (Customize/Custom CSS) in order to edit the checkout page from CSS.
.ct-cart-form {
color: white;
background-color: red;
padding: 20px;
border-radius: 5px;
}
Andr谩s T贸th‘s professional blog
banditoth.net
Hey there 馃憢, I’m banditoth a .NET MAUI developer from Hungary.
I write about software development with .NET technologies.
You can find me on:
LinkedIn | Github | StackOverflow | X / Twitter | Threads
Add this custom CSS (Customize/Custom CSS) in order to edit the checkout page from CSS.
.ct-cart-form {
color: white;
background-color: red;
padding: 20px;
border-radius: 5px;
}
Leave a Reply