Design changes using CSS
-
Hi there
My goal is to improve the calendar design according to the website design.
So this worked so far and changed the header of the current day:
.ics-calendar-month-grid .today .day { background:#2D62C3; }In addition, I would like to change the background color of today’s calendar entry below its header as well. However, I did not manage to find the correct class so far. Tried it like this, no luck yet:
.ics-calendar-month-grid .today .day ul.events { background:#2D62C3; opacity:0.5!important; }How do I change the background color of the class ul.events for today only to highlight it?
Thanks a lot,
Michael
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Design changes using CSS’ is closed to new replies.