This topic has 6 replies, 3 voices, and was last updated 9 months, 1 weeks ago ago by Tony Rodriguez
Hi, How can you change the color of the breadcrumbs on the cart and checkoutpages?
Hello, Basvanast,
Thank you for reaching out to us with your query.
Your site is under maintenance mode, so we can’t check it.
Could you please provide temporary wp-admin access and the URL of the variable product?
Thank you for your cooperation and we look forward to hearing from you soon.
Best Regards,
8Theme’s Team
Hi, thanks for the quick response
The problem is with the cart and checkout page
Hello, Basvanast,
We appreciate your prompt response.
Could you kindly provide us with the URL of the page containing the login form? We have noticed that attempting to access /wp-admin/ results in a “Page not found” error.
Best Regards,
8Theme’s Team
This is the url
Hello, @Basvanast,
Thank you for your response.
To change the color of the breadcrumbs on the cart and checkout pages, 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://ibb.co/C135pX9
.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;
color: #c34545 !important;
}
Note: You may change the color code values as per your requirements.
We hope this helps. If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up