Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @outerspection,

    Did you happen to resolve the issue on your own? I was checking out the site and it appears that the days of the week are now properly displayed in the calendar.

    Cheers!
    Geoff

    Thread Starter Outerspection

    (@outerspection)

    Hello Geoff,
    I did thankfully by going to search the code and manually changing it. It was fine for the longest time but suddenly became white. Will this go back to white if they update the plugin or theme?

    Plugin Contributor GeoffBel

    (@geoffbel)

    Hey Outerspection,

    Yes, you are right. If you just change the CSS directly in the plugin, it will get wiped out every time there is an update.

    Most people prefer to add these custom CSS rules in a child theme so that it stays the same even after an update.

    Let me know if that helps.

    Have a great day!

    Geoff B.

    Thread Starter Outerspection

    (@outerspection)

    Geoff you were right. It changed again with the update. Do you have any idea what was changed in the update to cause the words to become white? I use the same plugin on other themes but it has only happened with this particular website.

    I’m using the Customizer theme.
    http://brevardhomelesscoalition.org/events/

    Thread Starter Outerspection

    (@outerspection)

    Once I add a child theme what code do you suggest I use to change the color of the days of the week?

    Thank you in advance for your help!

    Hi @outerspection,

    It looks like the background color of the cells in this row is being overwritten by some CSS in your theme! Adding this line of CSS to a child theme stylesheet should resolve the issue:

    .tribe-events-calendar thead th { background-color: #666; }

    Let us know if that helps!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Days of the week are missing suddenly’ is closed to new replies.