Submit Button CSS not working

Say, we have entered this CSS in the custom section to change the color of the forms button. I was told by the form developer that this is not working due to cornerstone. Can you let me know what needs to be changed so it works with cornerstone? - Website https://drkarenkassebaum.com/.

div.wpforms-container-full button[type=submit] {
background-color: #fa294b !important;
}

div.wpforms-container-full button[type=submit]:hover {
background-color: #999 !important;
}

Hello @rkassebaum,

Thanks for writing to us.

I checked the code on your site it seems that the given code is working fine. I noticed that you have not added this code to the site at the moment. I would suggest you please add this code to cornerstone–>Theme Options —>Custom Code—>Global CSS.

Hope it helps
Thanks

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