Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    The button color is defined by your theme. You can change it by adding the following code to your custom CSS:

    .contact-form input[type="submit"] {
        background: #000;
    }
    Thread Starter 6sky

    (@6sky)

    I put it in the css sheet by jetpack (under design) and later to in the stylesheet by my theme. Both didn’t work. What could I have done wrong?

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    I do not see any CSS rules in the Custom CSS module on your site. Could you go to Appearance > Edit CSS in your dashboard, and add the CSS rule again?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact-Form, Input/Submit Color’ is closed to new replies.