Change Font Size of Calendar Widget

Home Forums Calendar Products Events Calendar PRO Change Font Size of Calendar Widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #945339
    Karim
    Participant

    Hi Support team,

    I don’t know why but the text size of the calendar widged is a lot bigger then the theme fonts size.
    Where can i change the font size of the calendar widget to fit the theme font size ?

    Thanks

    #945346
    Wendy
    Participant

    Good question! It’s ridiculously large! Keen to see the answer to this one.

    #945389
    Geoff
    Member

    Hello folks–thanks for getting in touch!

    The widget titles are Heading 2 (<h2>) tags in the HTML. While the calendar’s default style sets that to 14px, it’s very possible that your theme styles are overriding those and changing the size to something bigger.

    For example, in your case, Karim, the following in your theme’s CSS is overriding the calendar’s default style:

    #main h2 {
    font:Ā 18px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
    }

    If you want to change the style, you can modify that ID in your theme’sĀ style.css file or add the following to that file:

    .tribe-mini-calendar-event .list-info h2 {
    font-size: 14px !important;
    }

    Cheers!
    Geoff

    #945511
    Karim
    Participant

    Thats Awesome !!

    Thanks

    šŸ™‚

    #945553
    Geoff
    Member

    My pleasure! I’m glad that helps out. šŸ™‚

    Let us know if any other questions pop up and we’d be happy to help.

    Cheers!
    Geoff

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change Font Size of Calendar Widget’ is closed to new replies.