Change font size in single event view?

Home Forums Calendar Products Events Calendar PRO Change font size in single event view?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1152566
    Emily Holton
    Participant

    Hi! Could you please help me change the font size of the day/time text in single event view? I’m hoping for some code I could pop into my child theme (that’s the extent of my coding abilities!). In the attached screenshot, it’s the text that says “Wednesday, Aug. 17, 9:15-11:45am.” I’d like to make it smaller, perhaps the same size as the “Details” and “Venue” headings below. Thank you!!

    #1152603
    Geoff
    Member

    Hey there and welcome back! Hope you’re doing well. šŸ™‚

    Try adding this to your child theme’sĀ style.css file:

    .tribe-events-schedule h2 {
    font-size: 14px;
    }

    If you would also like to remove the extra spacing above and below the text, then you could use this instead:

    .tribe-events-schedule h2 {
    font-size: 14px;
    margin: 0;
    }

    Here’s a screenshot of how that looks when I tested it out. Will that work for you as well? Please let me know.

    Cheers!
    Geoff

    #1152681
    Emily Holton
    Participant

    Worked beautifully!! Thank you!

    #1152797
    Geoff
    Member

    My pleasure! Thanks for following up to let me know. šŸ™‚

    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change font size in single event view?’ is closed to new replies.