• Resolved eggbird

    (@eggbird)


    In the footer of a chessclub site I use a The Events Calendar widget. The text color is black on black, difficult to read, when I select the text, the text is white on a black background, thats what I want. How I change the text color in a widget ? Not in the customizer I think. The normal calendar in a page has a white background ……

    • This topic was modified 2 years, 5 months ago by eggbird.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Guga Alves

    (@gugaalves)

    Hi there,

    You can change it by adding the following CSS code on wp-admin > Appearance > Customizer > Additional CSS section:

    .tribe-events-widget-events-list__event-datetime, .tribe-events-widget-events-list__event-title a, .tribe-events-widget-events-list__event-date-tag-datetime span, .tribe-events-widget-events-list__view-more a {
        color: white!important;
    }

    Best Regards

    Thread Starter eggbird

    (@eggbird)

    thank you, it works ….

    Plugin Support Abz

    (@abzlevelup)

    Hi @eggbird, that’s awesome. Good to know that my colleague Guga was able to help you with this one.

    If you have some time to review, that would be fantastic.
    https://www.ads-software.com/support/plugin/the-events-calendar/reviews/

    I’d be marking this as resolved, and please do not hesitate to bump a new ticket on our way.

    Have a great day.

    Best,
    Abz

    Thread Starter eggbird

    (@eggbird)

    Oh, one more thing ….

    The title bar is still black on black ….
    What to do ….?

    Plugin Support Guga Alves

    (@gugaalves)

    Hi there,

    Oh, sorry if I missed the title color, that’s really something that needs to be changed!

    Please update your CSS to the following one:

    
    .tribe-events-widget-events-list__event-datetime, .tribe-events-widget-events-list__event-title a, .tribe-events-widget-events-list__event-date-tag-datetime span, .tribe-events-widget-events-list__view-more a, .tribe-events-widget-events-list__header-title {
        color: white!important;
    }
    
    Thread Starter eggbird

    (@eggbird)

    Thanks, problem solved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘widget text color’ is closed to new replies.