Need to make the corners of the cards squared
Hi there, @user3257 and welcome to the Community ![]()
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 ![]()
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;
}
Our website will not have many rounded corners throughout, and I don’t want the only use of them to be here in this widget.
Greetings and welcome to the Community, @Noah_Mathis ![]()
Thanks a lot for the feedback!
I totally agree that it would be awesome to have this option right in the settings and we’ll try to think about this opportunity in the future. The request for the Corner Radius setting already exists on the Wishlist and I’ve added your comment there too.
As a temporary solution, you can change the corner radius of the event cards using the CSS code from the previous message:
