Im trying to change the link text-decoration
only for the events column on my home page to none
and trying to change the event details to a white color.
I've tried adding
.calendar-highlights .event-title a {
text-decoration: none !important;
}
This doesn't work. As far as the font color for the event details go I'm completely stumped. Thank you!