HI,
I was trying to change the background color to what and text color to black for the hover, after selecting solidcolors. The text changes seem to change the calendar event text ,but I just want the hover text changed to black.
I couldn’t get the background to change at all.
Can you please review my css and correct it?
I did create an ID for the calendar, and that is cup70, but I’m not sure where I would add this.
Thanks
@media screen and (min-width: 783px)
.ics-calendar.solidcolors .event .hover_block {
background: var(–r34ics–color–white) !important;
background: #FFFFFF !important;
}
.ics-calendar-month-grid .today .day *, .ics-calendar.solidcolors .events, .ics-calendar.solidcolors .events a, .ics-calendar.whitetext .events, .ics-calendar.whitetext .events a {
color: var(–r34ics–color–black) !important;
}