Hi nettyroyal,
Thanks for the review, and I’m glad our forms have been working well for you!
For the submit button, our default background color is a light grey (hex value #eee. In case you’re curious, here’s a screenshot of a form (no special styling) on my test site showing this color in the submit button.
If you’d like to adjust this color, you’ll need a little custom CSS. We’ve got a great tutorial that shares all of the details you’d need.
Here’s the specific CSS you’d need to adjust colors (background and border colors). The tutorial will cover a bunch more details.
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit] {
background-color: #eee; /* Grey background */
border: 1px solid #ddd; /* Dark grey border */
}
And in case it helps, here’s a tutorial from WPBeginner on how to easily add custom CSS to your site.
I hope this helps! If you have any other questions, please feel welcome to share those in our Lite support form — we’d be happy to help.
Thanks! 🙂
Thanks. Never done it before, but it works. The text in the original button was white on such a light grey background that you hardly noticed the background.
This fits much better 🙂
https://www.nettyroyalblog.nl/contact/
-
This reply was modified 7 years, 11 months ago by
nettyroyal.
You’re welcome, glad that helped! I agree, the new color looks much better for your site 🙂