Hi guys
Just trying to target and set the color states for the Contact Form SEND button (default and hover state) independent of all other elements.Can’t seem to do this within the ‘General Styling’ config… unless I’m missing something?
Are you able to help – url below…
Thanks!
Hey,
Authorization Required therefore i could not view your site without logins.
Please add following code to Quick CSS in Enfold theme options > General Styling and adjust values as needed
.main_color input[type='submit']:hover {
background-color: red;
border-color: orange;
}
.main_color input[type='submit'] {
background-color: orange;
border-color: red;
}
Cheers!
Yigit
Thanks so much Yigit – that works perfectly!
cheers