I see that it uses the enfold css styling color (red) but we want to change the hover color to a custom one. Can we do this in the contact form element?
Hey mbesh,
Add this to quick css:
.main_color input[type='submit']:hover {
background-color: blue;
}
Adjust the color to what you need
Best regards,
Jordan Shannon
Thank you!
Hi,
Great, I’m glad that Jordan could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Tried adding a font-color: #ffffff to the code because the black text doesn’t look good with the blue background now. Any reason it isn’t reflecting the white text code?
Hi mbesh,
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 .main_color input[type='submit']:hover {
background-color: blue;
color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria