This topic has 6 replies, 3 voices, and was last updated 7 years, 5 months ago ago by Amzy Leel
Hi,
How do i change the Proceed to checkout button colour button and the hover colour please?
.wc-proceed-to-checkout .checkout-button { background-color: #d64444; }
put the above code in,
8theme options >> styling >> custom css >> global custom css
and change the color code to the color you want.
thanks but what about the hover colour?
Hello,
Please change previous code to:
.wc-proceed-to-checkout .checkout-button {
background-color: #d64444;
border-color: red;
}
.wc-proceed-to-checkout .checkout-button:hover {
opacity: 0.5;
background-color: blue;
border-color: blue;
}
Regards
Thank you!
You are welcome.
Do not hesitate to ask if you have any other question (ask in new topic/post)
You must be logged in to reply to this topic.Log in/Sign up