Reply 346538 to: How to change the Cart page breadcrumbs text color !

Avatar: Rose Tyler
Rose Tyler
Support staff
February 9, 2023 at 16:03

Hello, Ciddiki

The next custom CSS code can be used:

.cart-checkout-nav-simple a {
    color: red;
}
.cart-checkout-nav-simple a.active, .cart-checkout-nav-simple a:hover {
    color: green;
}
.etheme-before-cart-form .et-right-arrow:before  {
    color: black;
}
table.cart .product-details .remove-item:hover {
    color: green;
}
table.cart .product-details .remove-item {
    color: red;
}

Kind Regards,
8theme team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.