Hi Delinda,
I'm trying to change the color of my form button so that color changes when my cursor hovers over it, and I tried using this code but no luck - Does this code still work for you?
Let me know,
Tom
We don't use it anymore, but doing a quick test it did not work for me anymore either. I see no difference in the color when I hover. If I recall it used to default to black or something unpleasant, so no hover color is at least better!
This one worked for me:
/* BUTTON HOVER */
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
background:#c35e63 !important;
}
Worked!