I’ve tried a couple CSS, but I must have conflicting code. I got the outline to be green, like I wanted, but I can’t get the Submit button to change. Let me know if you have code to override everything and change the color of the Submit and Hover. thanks!!!
Hey bemodesign,
Please try the following in Quick CSS under Enfold->General Styling:
#top .av-custom-form-color .button {
border-color: green;
}
#top .av-custom-form-color .button:hover {
border-color: blue;
background-color: red;
color: white;
}
Best regards,
Rikard
You are awesome!