How would I change the Submit button color on this contact form? I have another contact form which I do not want the button color changed on the contact page.
Hey bellwetherroofing,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-3427 #av_section_1 input.button {
background-color: red;
}
Best regards,
Rikard
Thank you! What code is needed to change the hover on this button?
Hi,
Please try this CSS as well:
.page-id-3427 #av_section_1 input.button:hover {
background-color: yellow;
}
Best regards,
Rikard
Thank You