• Resolved tsteinh

    (@tsteinh)


    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 5 replies - 1 through 5 (of 5 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;
    }
    Plugin Support Darian

    (@d0153)

    Hi there,

    It appears that there hasn’t been any recent activity on this thread, so we’ll consider it resolved. However, if you have any additional questions or concerns, feel free to start a new thread.

    Thread Starter tsteinh

    (@tsteinh)

    The css fix had no effect. I replied to the email not realizing it was a noreply. I never got a bounceback so I didn’t realize it didn’t go through.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Text color on categories not using what is set’ is closed to new replies.