Changing event title font size in the widget

Home Forums Calendar Products Events Calendar PRO Changing event title font size in the widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #948334
    Andrew
    Participant

    I have tried everything in similar posts on this topic and have unfortunately been unable to change the font size for event titles in my widget, which currently is much too large.
    Here is a link to my site: http://staging.bigcar.org/about/
    It looks like it’s pulling up the h2, but h4 or h5 would be more appropriate for me.

    #948352
    George
    Participant

    Hey Andrew,

    It looks like your theme is setting CSS styles to links on top of the styles being applied to header tags, so to override this, CSS like the following should help if placed at the bottom of your theme or child theme’s style.css file:

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

    You should play around with this to find a good font size, or to add any other styling you’d like.

    Let us know if it helps!

    Cheers,
    George

    #948366
    Andrew
    Participant

    Thanks so much!!

    #948443
    George
    Participant

    No problem! Best of luck with your site and any other customizations you intend to make – be sure to keep backups of any custom code you write! 🙂

    Cheers,
    George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing event title font size in the widget’ is closed to new replies.