How would I change the day of the week color

Home Forums Welcome! Pre-Sales Questions How would I change the day of the week color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1220382
    Shawn Waggott
    Participant

    I’ve looked online and couldn’t find where to change the day of the week color (the Monday – Friday text). If I inspect the element it looks like they are all individual ID’s. Do I need to add code for each day?

    #1220713
    George
    Participant

    Hey Shawn,

    Thanks for reaching out!

    You should be able to set those colors by adding CSS like the following to the bottom of your theme’s style.css file:


    .tribe-events-month .tribe-events-calendar th {
    color: red !important;
    }

    Use whatever color you’d like, of course—let me know if this helps! 😀

    — George

    #1220874
    Shawn
    Guest

    That did it, thanks!

    #1221232
    George
    Participant

    😀

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How would I change the day of the week color’ is closed to new replies.