This topic has 2 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Rose Tyler
Hi,
Thanks for all your support
I need to know how to change the color of the text in cart page also the “remove” text color change is required
Thanks
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
Tagged: breadcrumbs, cart, change, text color, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up