This topic has 5 replies, 2 voices, and was last updated 2 years, 5 months ago ago by NuTan
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
Thank you so much!
Tagged: breadcrumbs, checkout, customize, styling, themes, woocommerce, wordpress
The issue related to '‘Changing The Checkout Breadcrumbs Styling’' has been successfully resolved, and the topic is now closed for further responses