Looking for help with customizing the appearance of the events column on my home page. Specifically, I want to remove the link text decoration and change the event details to white color.
I attempted the following CSS:
.calendar-highlights .event-title a {
text-decoration: none !important;
}
Unfortunately, this code did not achieve the desired effect. I am also struggling with changing the font color of the event details. Any advice or suggestions would be greatly appreciated!