Change title font, font weight and color

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

.es-widget-title {
  font-family: Times New roman;
  font-weight: 400;
  color:red!important;
}
2 Likes