GravityForms Button Color

Homepage Community Forums Epik Theme Support GravityForms Button Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11524
    CTS
    Customer

      Hello,
      I am using GravityForms latest version with latest version of wordpress.

      I am using the “blue” buttons through my site but the contact form “Submit” button is black default since I am using the black option on the Epik theme.

      How can I change this to use the blue button style?

      Thanks very much!

      Shelby

      #11526
      CTS
      Customer

        This is resolved.

        Added to style.css

        body .gform_wrapper input[type=”button”],
        body .gform_wrapper input[type=”submit”] {
        color: #FFFFFF;
        background-color: #008AE3;
        }

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘GravityForms Button Color’ is closed to new replies.