Hi team,
I’m trying to style my WP forms button. It did nothing, so I added the !important; to the CSS and it worked on some lines and not others. Any ideas? The background color and font color aren’t updating.
div.wpforms-container-full .wpforms-form button[type=submit] {
background-color: #00add8;!important; /* Blue background color */
border-radius: 30px;!important; /* Curve of border corners */
text-transform: uppercase; !important; /* Make letters uppercase */
color: #ffffff;!important; /* Text color */
}
Thanks!
Ashley