Text Can't be Seen on the Month View Because it is White

Home Forums Welcome! Pre-Sales Questions Text Can't be Seen on the Month View Because it is White

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1205436
    Bob Junke
    Guest

    In month view of our calendar, the text in all the events displays white and cannot be seen. How do I set it or reset it to black?

    We use Events Calendar on another site (adventace.com) and the text displays black, as we want it to. I have no idea why it displays white (and cannot be seen) on the adventacesms.com site.

    BTW, LOVE the Events Calendar!!

    #1205610
    Geoff B.
    Member

    Good evening Bob and welcome to the Events Calendar forum!

    Thank you for your interest in our products and for your fantastic words.
    We’ll be glad to answer your questions.

    The issue is that h3 text is inheriting its colour based on a Divi CSS rule

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    }

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
    color: black;
    }

    Have a great day!

    Geoff B.

    #1205783
    Bob Junke
    Guest

    Thanks so much Geoff! Worked like a charm.

    Bob

    #1206015
    Geoff B.
    Member

    Hey Bob,

    I am stoked this worked for you.

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text Can't be Seen on the Month View Because it is White’ is closed to new replies.