Additional Style
You can add your own CSS to make visual adjustments to your checkout store, like changing colors and font sizes or hiding specific elements.
Go to Settings > Documents.
Click Additional Styling.
or click here
Tip: Some knowledge of CSS is required.
*
Go to Settings > Documents.
Click Additional Styling.
or click here
Tip: Some knowledge of CSS is required.
.theme--light.v-btn.card-book-now-button {
color: yellow !important;
background-color: black !important;
}
.checkout-stepper-continue-btn {
color: purple !important;
}
.listing-title {
font-weight: 600;
}
*
Updated on: 08/05/2023
Thank you!