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!
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!
Hi there, @Abigail_Greenwood ![]()
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 ![]()