• Resolved procchiali

    (@procchiali)


    I have been to all guides (and all topics I hope), but i cant seem to fix this problem.
    I have switched my whole website to have a black background, and have set all fonts to white, also those of the event plugin, but in the monthly list, some of the text stays black, so is not visible. This also happens in the details on the bottom of each event (where you can see the address etc..) How do I switch this to have white text?

    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 @procchiali ,

    Thank you for reaching out.

    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.

    :root {
    --tec-color-text-primary: white !important;
    --tec-color-text-secondary: lightgray !important;
    }

    .tribe-events button {
    color: black !important;
    }

    a.tribe-events-c-top-bar__today-button {
    color: black !important;
    }
    Thread Starter procchiali

    (@procchiali)

    thanks Tristan, that worked perfectly!! <3

    Plugin Support tristan083

    (@tristan083)

    That’s great to hear, @procchiali !

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

    I’d be closing this thread, but please do not hesitate to bump a new thread on our way. This is for us to track down topics/issues efficiently and for us to follow the WordPress Forum Guidelines.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font color in monthly overview’ is closed to new replies.