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 15, 2012 at 7:23 pm
#15772
Member
I changed the coding as outlined above and the font color in the shopping cart is still the same as it was. http://www.cedarcreekcoffee.com/buy-coffee
the edited stylesheet is below:
/* Start */
.shopping_cart {
font-size:12px;
}
.shopping_cart h2 {
font-size:14px;
}
.shopping_cart a {
color:#FFA500;
text-decoration:none
}
.shopping_cart a:hover {
color:#FFFFFF;
text-decoration:underline