Change Arrow Color in Multiday Event in Month View
-
Anyone know what CSS will change the arrows that appear on a multi-day event in Month view? I have searched the code and cannot figure out if this is done via a background image, a font, or a :before or :after bit of CSS. I was able to change the color of this via CSS since I could not find anything in the theme customization for changing the look of the grey bar that is the default. Here’s my code for that:
/* Following changes the button color of today's events, all-day events, and multi-day events in the Time.ly calendar plugin */ .ai1ec-today .ai1ec-event, .ai1ec-allday-events .ai1ec-event, .ai1ec-month-view .ai1ec-allday .ai1ec-event { background-color:#973f98!important; /*Logo Purple*/ }
Click on the link below to see an image with the arrows I am talking about circled in red:
https://lutzcreativegroup.com/timely-calendar-image/https://www.ads-software.com/plugins/all-in-one-event-calendar/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Change Arrow Color in Multiday Event in Month View’ is closed to new replies.