This topic has 9 replies, 2 voices, and was last updated 2 years, 8 months ago ago by bnourse
We really like the Special Checkout sequence breadcrumbs, especially when used with the YITH Multi-step checkout plugin. We would like to apply styling to these breadcrumbs, but the theme coloring settings for normal breadcrumbs don’t seem to apply. Can you advise how to accomplish this??
Screen shot is provided here:
Thanks in advance for your guidance.
Hello,
The next custom CSS code can be added in Theme Options > Theme custom CSS:
.cart-checkout-nav {
color: white;
background-color: #e36e1e;
}
.cart-checkout-nav .active {
color: #61a855;
}
.cart-checkout-nav .active:before {
background-color: #61a855;
border-color: #61a855;
color: #e36e1e;
}
Regards
Hello Rose,
Thanks for getting back to me.
I have placed this code in Theme options > Theme Custom CSS > Global CSS. It doesn’t seem to work. Please advise.
Thanks,
Ben
Hello,
Provide temporary wp-admin access, so we can take a closer look.
Create an account via Dashboard (Users > Add new) with administrator role http://prntscr.com/s3rc9m > provide us with username and password via the Private Content area http://prntscr.com/s5mao7 You can use any email for it.
Regards
Hi Rose,
Requested credentials provided. Note that site is live (Production).
Thanks,
Ben
Hi Rose,
Better, I can see that it now works. I will work the styling later today and let you know if further issue. I’m disabling for now.
Thank you again for your quick response.
Ben
Hello,
You’re welcome! Have a nice day!
Regards
Hello,
I wanted to confirm that we have successfully applied the styling we want for our Checkout Breadcrumbs, using the example you provided. Thank you again for your assistance.
Ben
Tagged: breadcrumbs, checkout, colors, special, styling, woocommerce, wordpress
The issue related to '‘Styling (colors) for Special Checkout Breadcrumbs’' has been successfully resolved, and the topic is now closed for further responses