This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
hi,
how do i change the add to cart backkground colour when you hover or click on it – i need it to be black at the moment it’s grey
many thanks
Hello,
Please use this code:
.single_add_to_cart_button:hover {
background-color: black !important;
}
Regards
thanks!
Hello,
You’re welcome!
Regards
The issue related to '‘change backkground colour of button’' has been successfully resolved, and the topic is now closed for further responses