Any chance that these can be changed separately? I am using the timeline for a compounding “bad” example and want to set the Line and Marker to RED while keeping all of the other colors as they are.
1 Like
Hi there, @Todd ![]()
Sure, this code will help you:
.es-marker-point {
background-color: red;
}
.es-track-progress-bar {
background-color: red;
}
Please add it to the Custom CSS field on the Settings tab of your widget’s settings and let me know how it worked ![]()