Change background and border color of action button

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

.es-action-button {
  background-color: red !important;
   border: 2px solid green !important;
}
1 Like