Events Calendar – change day of the week BG color

Home Forums Calendar Products Events Calendar PRO Events Calendar – change day of the week BG color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1294955
    Nick
    Participant

    On the events page (monthly calendar), how do I change the background color and text color for the days of the week (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday).

    #1296136
    Jennifer
    Keymaster

    Hi Nick,

    Thanks for reaching out!

    Try adding this to your custom CSS area under Appearance > Customize (if your theme provides one) or to the style.css file in your child theme, replacing the #000000 with the color you would like to use:


    .tribe-events-page-template #page #tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar td {
    background-color: #000000 !important;
    }

    If you would like a different color for past days, you can add this as well:


    .tribe-events-page-template #page #tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar td .tribe-events-past {
    background-color: #000000 !important;
    }

    I hope that helps! Please let me know if you have any other questions.

    Thanks,

    Jennifer

    #1315290
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Events Calendar – change day of the week BG color’ is closed to new replies.