Change background color of the popup form

Add this code to the Custom CSS field on the Settings tab of your Calculator widget’s settings:

[class*='email-submit-popup__StyledPopup-sc'] [class*='Background__Base-sc'] {
  background-color: #fff !important;
}
1 Like