• I changed the category colors and made the text WHITE on each, but the calendar still shows black text. What am I missing?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @tsteinh ,

    Thank you for reaching out.

    To confirm, you are referring to the color of the text within the Legend area, yes?

    Thread Starter tsteinh

    (@tsteinh)

    The TEXT color on the list at the top and on the entries in the calendar.

    Plugin Support tristan083

    (@tristan083)

    Hi @tsteinh ,

    Thank you for your message and the confirmation.

    Kindly try appending the following custom CSS snippet to your theme’s additional CSS section (Appearance -> Customize -> Additional CSS), and see if this works for you.

    .tribe-events-view #legend li {
    color: white !important;
    }

    .tribe-events-view--month .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__events a.tribe-events-calendar-month__calendar-event-title-link {
    color: white !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.