08/21/2013 at 11:14 am
#267683
Keymaster
@ jeffrey
Looks like you posted while I was writing my response … good to hear you’re liking the results!
Here’s how to change the button colors… add the following to the end of your theme’s style.css file, changing the color values to ones of your choosing:
#cn-form .cn-button-shell.blue {
background-color: purple !important;
}
#cn-form .cn-button-shell.green {
background-color: green !important;
}
#cn-form .cn-button-shell.red {
background-color: red !important;
}
