Change color of marker point and track progress bar

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

.es-marker-point {
  background-color: red;
}


.es-track-progress-bar {
  background-color: red;
}