Hi Guys,
What is the css code to change the hover colour for the contact form button?
Hi markpevans,
If you link to the the page/site in question then we can inspect the element and give you more accurate code :-)
Thanks,
Rikard
Hi Rikard.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color input[type='submit']:hover {
background: green;
color: red;
border: blue;
}
Regards,
Yigit
HI Yigit,
That worked a treat! Thank you so much :)