"No event" background color overriding "current day" background color

Home Forums Calendar Products Events Calendar PRO "No event" background color overriding "current day" background color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1524516
    hanemac
    Participant

    Hello,

    I have changed the background color to this:
    .tribe-mini-calendar-no-event{
    color: #16568d;
    background:#cddcea;
    }

    but when I try to add code for the current day color nothing happens.
    /* current day */
    .tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today {
    background-color: #16568d !important;
    }

    #1524971
    Jeremy
    Keymaster

    Hi,

    Thanks for reaching out to us! I would be happy to help you 🙂

    Where did you save the CSS code you mentioned? I can’t find it when looking at your website.

    In order to change the background for the current day, you may head to Appearance > Customize > Additional CSS and paste the following snippet in there:

    .tribe-mini-calendar .tribe-events-present span {
        background: #16568d;
        color: white;
    }
    

    I hope that will solve your issue.

    Cheers,
    Jeremy

    #1526663
    hanemac
    Participant

    Hi Jeremy,

    Thank worked like a charm! Thank you so much.

    Jane

    #1526943
    Jeremy
    Keymaster

    Hi Jane,

    I’m glad this snippet solved your problem!

    I’m closing this thread then, but feel free to open a new one if you have any more questions or concerns.

    Cheers,
    Jeremy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘"No event" background color overriding "current day" background color’ is closed to new replies.