• Resolved gwziegler460817

    (@gwziegler460817)


    The Events List Widget title and day of the month are black on a black background and can’t be seen. I had the same problem with the event times but was able to correct it with additional CSS (see below). However I am unable to fix the title and day. I would also like to change the color of the month to make it more readable. Any help would be appreciated.

    The Additional CSS I used to change the time is:
    .tribe-events-widget-events-list time.tribe-events-widget-events-list__event-datetime, .tribe-events-widget-events-list a.tribe-events-widget-events-list__event-title-link.tribe-common-anchor-thin, span.tribe-events-widget-events-list__event-date-tag-daynum.tribe-common-h2.tribe-common-h4–min-medium {
    color: beige!important;
    }

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Darian

    (@d0153)

    Hi @gwziegler460817

    Thanks for reaching out. Let me help you with this one.

    Could you try adding the following CSS and see if that works for you?

    .tribe-events-widget-events-list .tribe-common-h5, 
    .tribe-events-widget-events-list .tribe-common-h6,
    .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month,
    .tribe-events-widget .tribe-common-h2{
        color: #fff !important;
    }

    I hope that helps, and please let me know if you have further concerns.

    Thread Starter gwziegler460817

    (@gwziegler460817)

    Thank you Darin. That works for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Events List Widget Colors’ is closed to new replies.