Event Calendar colours not working

Home Forums Calendar Products Events Calendar PRO Event Calendar colours not working

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1162836
    Leigh
    Participant

    Hi there

    I followed instructions to change the colour of my calendar in pro but the colours don’t change even after publishing.

    #1162851
    Geoff
    Member

    Hi Leigh and welcome to the forums! I’m sorry fore the trouble here but am happy to check this out with you.

    Oh yes, it looks like we’re working with the Mini Calendar here, which is a bit different than the full-size calendar. Now worries, though, we can figure this out!

    Will you please add the following CSS to your theme’s style.css file or by using the Simple Custom CSS plugin:

    .tribe-mini-calendar thead,
    tribe-mini-calendar .tribe-events-present {
    background: #81d742; /* or whatever color you would like */
    }
    
    .tribe-mini-calendar .tribe-events-has-events:hover {
    background: #21759b; /* or whatever color you would like */
    }

    Here’s a screenshot of how that looks when I test it out on your site. Will this work for you as well? Please let me know. 🙂

    Cheers!
    Geoff

    #1162862
    Leigh
    Participant

    Hi Jeff

    I have added the CSS code for you to test.

    What is the short code for the full size event calendar?

    #1162869
    Geoff
    Member

    Hi Leigh,

    Oh geez, it looks like the theme styles are overriding those customizations. Try this instead:

    .tribe-mini-calendar thead,
    tribe-mini-calendar .tribe-events-present {
    background: #81d742 !important; /* or whatever color you would like */
    }
    
    .tribe-mini-calendar .tribe-events-has-events:hover {
    background: #21759b !important; /* or whatever color you would like */
    }

    What is the short code for the full size event calendar?

    I am afraid there is no shortcode for the full calendar at the moment, though it is something we are working on and hope to release in Events Calendar PRO 4.3. 🙂

    Geoff

    #1162870
    Leigh
    Participant

    Done

    #1162878
    Geoff
    Member

    Thanks!

    Hmm, I’m not seeing all of the code in there, but this should change the gray for today’s date to green:

    .tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today {
    background-color: #81d742 !important;
    }

    Geoff

    #1162886
    Leigh
    Participant

    Yes Jeff yes that is an improvement. Is there a way you can make the date box green?

    #1162887
    Leigh
    Participant

    PS I put all the code you gave for the CSS twice so don’t know why it isn’t showing you what you need

    #1162997
    Geoff
    Member

    Thanks, Leigh!

    Hmm, so strange. Here’s what I’m seeing when I test out the code changes on your site:

    Screen Shot 2016-09-12 at 2.12.30 PM

    Are you adding the snippets to the theme’s style.css file? If so, would you be willing to try the Simple Custom CSS plugin instead? I have a hunch that the theme style’s are tough to override and that plugin will make it easier to make it happen.

    Thanks so much!
    Geoff

    #1172349
    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 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Event Calendar colours not working’ is closed to new replies.