Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1472748

    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.

    #1472792

    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

    #1472815

    Thank you! What code is needed to change the hover on this button?

    #1472824

    Hi,

    Please try this CSS as well:

    .page-id-3427 #av_section_1 input.button:hover {
      background-color: yellow;
    }

    Best regards,
    Rikard

    #1472947

    Thank You

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change Submit button color on this contact form’ is closed to new replies.