This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hello,
I would like to change the color of the button to add to the cart and also when it passes over and the background color of the cart on the top
How could I do it?
Thank you
and button checkout, continue shopping and view cart
thanks
Hello,
You may use custom css code to do this. Please provide screenshots for better understanding color of which elements do you want to change. You may use such screenshot maker as Lightshot and provide screenshot link in Private content area.
Regards
Hello,
You may use this custom css code:
.add_to_cart_button {
background-color: red;
}
.shopping-container .btn.border-grey {
background-color: black;
border-color: black;
}
.btn.filled {
background-color: #00000059;
}
.shopping-container .wc-proceed-to-checkout a {
background-color: red !important;
}
Change colors to any you need.
Regards
You must be logged in to reply to this topic.Log in/Sign up