I'm trying ot change the hover color of the cart sidebox contents.
I added this line of code to stylesheet_original, but I'm not getting any changes:
#shoppingcartContent
a:hover{
color: #CC0000;
}
Here is my URL:
www.kethmemorialgolf.com/onlinestore_test



