• So I’ve been trying to figure out how to change the color on the submit button on the jetpack contact form.

    As you can see here:
    http://www.mattmodlinski.com/contact/
    it’s pink like the layouts natural color.

    I’d like to change it to a tan color, or maybe brown or green.

    Thanks for your time! Have a blessed day!

Viewing 1 replies (of 1 total)
  • Hi @mattjallday!

    You should be able to target it with a bit of CSS

    .contact-submit input[type="submit"] {
        background: #ffdab3;
    }

    That color will match the social media icons in your footer, but you can swap it out if needed 🙂

    To add CSS on your site you can use the Additional CSS panel in the Customizer (assuming you’re running at least WordPress 4.7) or with something like the Jetpack Plugin using the Custom CSS Module (sounds like you’re already using Jetpack, so you might be doing CSS in there already!)

Viewing 1 replies (of 1 total)

The topic ‘Change Submit Button Color’ is closed to new replies.