Make corners shape on Timeline widget

Hello again,

I was just wondering if it’s possible to use CSS code to make the corners of the light grey boxes have sharp corners rather than round? And also change the hex code colour of them too?

Thank you!

2 Likes

Hi there, @Abigail_Greenwood :waving_hand:

This code will do the trick:

.es-event-card-container {
   border-radius: 0px!important;
 }

.es-event-card-content-wrapper {
  background-color: green;
}

I’ve noriced that there is a } missing at the end of the font size code. Please add it to make the code above work fine :slightly_smiling_face: