WP Forms Button Styling CSS Not working, tried !Important;

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

Hi Ashley,

Thanks for reaching out.

As your request is related to customisation of a third party plugin, you will need to contact their support team for assistance. You can find out how to submit a ticket to them here.

Alternatively, you might want to consider our One service, which includes customisation support.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.