This topic has 4 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Robert Hall
Hi
How can we change the color on the red order button? to #b8e54c
See https://www.dropbox.com/s/l868sfajf86oop9/order%20button.png?dl=0
Best regards
Tonny
Hello,
Please add this code in custom.css:
#order_review .place-order .button {
background-color: #b8e54c !important;
}
Regards,
Eva Kemp.
Super Eva
And can you also give me a hover code?
Hello,
Please use this code in custom.css file.
#order_review .place-order .button:hover {
background-color: red !important;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up