Hello I found some code on this thread https://kriesi.at/support/topic/how-do-i-change-the-button-and-font-color-of-submit-button-in-contact-form/ to change the contact form button color. How would I also change the button hover color?
.main_color #submit, .main_color input[type=submit]{
background-color: red!important;
color: #fff!important;
border-color: red!important;
}
Hey michelebond,
Thank you for the inquiry.
Try to include this css code to change the color of the submit button on hover:
.main_color #submit:hover, .main_color input[type=submit]:hover {
background-color: purple !important;
color: #fff !important;
border-color: purple !important;
}
Best regards,
Ismael
Wonderful, Thank you so much 5 stars
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike