Hi.
It’s still changing text color and not the black color!
Here is the CSS I have now, all of it:
.add_to_cart_button{
background: none repeat scroll 0 0 #222 !important;
border: 0 solid #2e2e36 !important;
border-radius: 0 !important;
color: #ffffff;
height: 40px;
}
.add_to_cart_button:hover{
background: none repeat scroll 0 0 #222 !important;
font-weight:bold !important;
}
.add_to_cart_button span:hover{
font-weight:bold !important;
}
.add_to_cart_button span:hover{
color:#07C1B6 !important;
}
.add_to_cart_button:hover{
background: none repeat scroll 0 0 #ff0000;
}