This topic has 2 replies, 2 voices, and was last updated 1 years, 4 months ago ago by Tony Rodriguez
I have try change the font color and checkout layout in breadcrumb, but dont seem like reflecting
here is the diagram :https://ibb.co/FH632JF
Hello, @eulice,
Please copy and paste the following CSS code into Xstore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache. This should resolve your issue and the result should look like this: https://postimg.cc/FdYztPCy
.cart-checkout-nav {
color: #c34545 !important;
}
.cart-checkout-nav .active {
color: #c34545 !important;
}
.cart-checkout-nav .active: before {
border-color: #c34545 !important;
background-color: #c34545 !important;
}
We hope this helps.
Best regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up