 
	
		
		
		
		
			
Ahoy –
How do I change the contact form normal state and hover state color and font?
Hey mcraig77!
Please add following code to Quick CSS
.main_color input[type='submit']:hover {
    background: red!important;
    color: orange!important;
    border-color: blue!important;
}
.main_color input[type='submit'] {
    color: red!important;
    background: orange!important;
    border-color: green!important;
}Cheers!
Yigit
Thanks!
