Is there a way to add a shadow around events? Or a border, but a shadow would look better.
3 Likes
Hi there, @kt_at_LINCC ![]()
I’ve asked the devs to share a CSS code and I’ll update you once I have their response ![]()
1 Like
Hi there, @kt_at_LINCC ![]()
Here is a CSS code that adds a shadow to the event cards:
.eapp-events-calendar-list-item-component {
box-shadow: rgba(17, 17, 17, 0.2) 0px 10px 24px 0px;
}
Keep in mind, that the shadow is getting cropped on th sides because of this CSS style in your widget:
1 Like
