Changing colors in weekly view

Home Forums Calendar Products Community Events Changing colors in weekly view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1138656
    anjuly
    Participant

    Hello, my english is not so good, please be patient with me 🙂

    I want to change the Color in my weekly view.
    I took this CSS I’ve got from another topic: .tribe-events-calendar tr th {color: #ffffff
    }
    and this is working very well on the monthly view. Now I want to change the Monday-Sunday text into white with no more different colors.

    Do you have another CSS Code for me?
    Thanks a lot – best regards,
    July

    #1138855
    Geoff
    Member

    Hey July, thanks for getting in touch and welcome to the forums. 🙂

    I tried this out on my test site and the CSS seemed to do the trick:

    .tribe-grid-header .column span {
    color: red; /* or whatever color you want. :) */
    }

    Does this work for you as well? Please let me know.

    Cheers!
    Geoff

    #1139015
    anjuly
    Participant

    Hey Geoff,

    thanks a lot – it works.

    Have a nice Day
    July

    #1139132
    Geoff
    Member

    My pleasure! Thanks a ton for following up to let me know. 🙂

    Cheers and have a great day!

    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing colors in weekly view’ is closed to new replies.