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

A post was split to a new topic: How to change the font of the short description in Timeline

Thanks, Max! That did the trick — super simple and works perfectly! :raising_hands:

2 Likes

Perfect, many thanks for sharing your experience with us, @user29397 :wink: