Change background and border color of the popup button

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

[class*="sib-form-block__button"] {
  background-color: red !important;
 border: 2px solid black !important;
}
1 Like