Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › How to Change the Color of the "Product Name" links in the Shopping Cart › Reply To: How to Change the Color of the "Product Name" links in the Shopping Cart
June 16, 2012 at 7:43 am
#15773
admin
Keymaster
You are using the fancy1 shopping cart display. Try the following CSS:
.eStore_cart_fancy1 a {
color:#FFA500;
text-decoration:none;
}
.eStore_cart_fancy1 a:hover {
color:#FFFFFF;
text-decoration:underline;
}