Hi,
How can I change the form button font colour on this front page?
I like the yellow button but want the text to be #444444.
When you hover over the button I like this and don’t want to change it.
Thanks,
Harvinder
Hey ballindigital,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.main_color .avia_ajax_form input[type='submit'].button {
color: #444;
}
.main_color .avia_ajax_form input[type='submit'].button:hover {
color: #fff;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike