Change Color on Highlighted Date – Calendar View

Home Forums Calendar Products Events Calendar PRO Change Color on Highlighted Date – Calendar View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1116608
    Richard
    Participant

    I cannot figure out how to change the white mouseover highlight in CSS for the calendar. Please see attached image and advise how this is done.

    #1116696
    Geoff
    Member

    Hey Richard, welcome back to the forums!

    You should be able to change the background color using something like this in your CSS:

    #tribe-events-content .tribe-events-calendar td:hover {
    background: green; /* or whatever color you'd like */
    }

    Will this work for you? Please let me know. 🙂

    Cheers!
    Geoff

    #1116704
    Richard
    Participant

    Yes, that solved it. Thanks.

    #1116747
    Geoff
    Member

    My pleasure! Glad to hear that did the trick.

    Cheers,
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Color on Highlighted Date – Calendar View’ is closed to new replies.