Tagged: CONTACT FORM, Font-color, hover, submit button
Hi,
can you guys let me know how I can change the color of the font on the contact form submit button in the hover/rollover state?
Hey Snerp,
This can be done via css. Please provide a link to the site/page in question.
Best regards,
Jordan Shannon
https://devgetit.com/ just scroll down the homepage to the “Newsletter Signup” …that is the button I’m curious about. Thanks
Hi Snerp,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .av-custom-form-color .button:hover {
background-color: #e216c2;
border-color: #07141e1a;
color: #fff !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Sorry that code is not working in either the Enfold > General Styling > Quick Css, or via the FTP, themes/enfold/css/custom.css
Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon