Hi Guys,
I’m using WP Forms on a PRO site and am trying to change the button background color:
https://mwm-systems.com/contact/
Using their documentation, I added CSS to the PRO global CSS area to style the form, and all elements worked (like form fields and button full width in container etc… except the button background color didn’t change. I set the button background color to #BC9D46 as you can see below, but it didn’t work…
Any ideas as to why?
Thanks for the help!
-Jonathan
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit] {
width: 100%; /* Make the button full-width /
background-color: #BC9D46;
color: #fff;
font-size: 1em; / Size of text /
padding: 10px 15px; / Distance between text and border */