Adjust Mini Calendar Title Font Size

Home Forums Calendar Products Events Calendar PRO Adjust Mini Calendar Title Font Size

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1524210
    Michael Brennan
    Participant

    Hello,

    Before opening this topic we did search the website and tried a few different CSS options ourselves. Were not successful in implmenting the chagnes.

    What CSS do we have to use to change the font size of the events showing below the mini calendar?

    If there is something to add to the short code that would be an option as well.

    Thanks for your help.

    #1524325
    Sky
    Keymaster

    Hi there,

    To target the contents of the events list below the mini calendar, check out this CSS example:

    // this targets the event name
    .tribe-mini-calendar-event .list-info .tribe-events-title {
    font-size: 20px;
    }
    // this targets the event date and info
    .tribe-mini-calendar-event .list-info .tribe-events-duration {
    font-size: 20px;
    }

    Let me know if that helps, or if you have any other questions.

    Thanks,
    Sky

    #1524636
    Michael Brennan
    Participant

    Hi Sky,

    This portion of your suggestion did the trick for us:

    // this targets the event name
    .tribe-mini-calendar-event .list-info .tribe-events-title {
    font-size: 20px !important;
    }

    We had to add !important to the font size, but other than that, this CSS was correct.

    Thank you very much.

    #1525291
    Sky
    Keymaster

    Great! Glad that worked for you!

    Let us know if you have any other issues or questions in the future.

    Thanks,
    Sky

    #1541995
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Adjust Mini Calendar Title Font Size’ is closed to new replies.