How to change the font of the short description in Timeline

Can you also supply a css code to change the font for the short description?

Thanks!

1 Like

Hi, @Lily_Gamble1 :waving_hand:

Sure! Here is a CSS code for a short description:

.es-event-card-content-text {
  font-family: Calibri;
  font-size: 14px;
}

Give it a try and let me know how it worked :wink:

1 Like