Option to change border radius of event cards

Need to make the corners of the cards squared

2 Likes

Hi there, @user3257 and welcome to the Community :waving_hand:

Thanks for the idea!

We agree that it would be awesome to have this option right in the settings. We’ll try to consider this idea in the future, especially if it gets more votes :slightly_smiling_face:

As for now, you can use this code in the Custom CSS field on the Settings tab of your widget’s settings:

[class*="event-card-layout__Container-sc"] {
  border-radius: 0px;
}
2 Likes