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
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.