Ahoy,
How do I change the colors of the submit button when someone rolls over it?
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#contact input[type='submit']:hover{
background-color: gold!important;
color: #000!important;
border-color: gold!important;
}
Best regards,
Vinay
Thanks!