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;
}