pro questions – calendar text color and shortcode mod

Home Forums Calendar Products Events Calendar PRO pro questions – calendar text color and shortcode mod

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1210369
    Wally
    Participant

    http://stcatharinescc.ca/events/ – our calendar

    hi! love the plugin so far! i was wondering how we can change the text color of the calendar event name to black? (days that have an event going on)

    http://stcatharinescc.ca/hub/ – our shortcode

    is it possible to display the calendar using the shortcode, and not have the list of events show up underneath it? (when on January a list starts under the calendar. we would like to keep it hidden)

    hope youre having a wonderful xmas!

    #1210568
    Nico
    Member

    Hi there Wally,

    Thanks for getting in touch with us! I can help you here 🙂

    To change the calendar links color, you can add the following CSS snippet to your theme (or child theme) stylesheet or via Simple Custom CSS plugin:

    .tribe-events-month-event-title a {
    color: #000;
    }

    .tribe-events-month-event-title a:hover {
    color: red;
    }

    An to hide the events list under the mini calendar you can use this code:

    .tribe-mini-calendar-list-wrapper {
    display: none;
    }

    Hope that helps,
    Best,
    Nico

    #1219640
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘pro questions – calendar text color and shortcode mod’ is closed to new replies.