Mobile Icon Color by Category
-
I want to change the color of the mobile icons for multi-day events by category. I was able to do this for multi-day events on month view by doing this…
.tribe-events .cat_fully-booked .tribe-events-calendar-month__multiday-event-bar-inner{
background-color: #cc857a;
}.tribe-events .cat_limited-availability .tribe-events-calendar-month__multiday-event-bar-inner{
background-color: #df986c;
}.tribe-events .cat_available .tribe-events-calendar-month__multiday-event-bar-inner{
background-color: #84bbba;
}However this does not work when in mobile.
I know I can change the color of ALL the icons by using .tribe-events .tribe-events-calendar-month__mobile-events-icon–event but I want them to be colored by category. Is this possible now? It used to be but something changed a few updates ago.
The page I need help with: [log in to see the link]
- The topic ‘Mobile Icon Color by Category’ is closed to new replies.