Good-day,
I don’t want breadcrumbs on the site, however I do want the special checkout steps. But how do I change the colours for each element? The circle, the writing, the active text colour, etc.?
Hello,
We don’t have settings for this but it’s possible to customize by minor custom CSS. Provide us with the mockup of the styles that you try to achieve and we’ll send you custom code.
Regards
Hi, please see attached mock-up of what we would like to achieve
Hello,
Use the below custom
.cart-checkout-nav .active:before {
background-color: #dfb4ab;
}
.cart-checkout-nav a {
color: #dfb4ab;
}
.cart-checkout-nav a:before,
.cart-checkout-nav .active:before {
border-color: #dfb4ab;
}
.cart-checkout-nav .active {
color: #ce8788;
}
Regards
The topic ‘Changing The Checkout Breadcrumbs Styling’ is closed to new replies.
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.