Single Event – Title displaying too small and date and time not showing

Home Forums Calendar Products Events Calendar PRO Single Event – Title displaying too small and date and time not showing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1042372
    Katja Wald
    Participant

    Hello – on my single event page listings, the title of the event has all of a sudden gotten very small. In addition, in the event detail box, the date and time do not appear.

    http://www.mitforumcambridge.org/events/the-connected-soldier/

    #1042947
    Geoff
    Member

    Hello Katja and welcome to the forums!

    You can increase the font size of the title by adding this to your theme’s style.css file or by using a plugin like Simple Custom CSS:

    #tribe-events-pg-template .tribe-events-content h3 {
    font-size: 30px;
    }

    For the details, it looks like the theme styles are causing that information to disappear. Try adding this CSS as well and it should do the trick:

    #tribe-events-content .tribe-events-abbr {
    display: inline-block;
    }

    Let’s give that a try and see how it goes. 🙂

    Cheers!
    Geoff

    #1042997
    Katja Wald
    Participant

    This reply is private.

    #1043088
    Geoff
    Member

    Excellent and nice work! Thanks for following up and I’m glad that helped.

    Please feel free to hit us up with a new thread if any other questions pop up–we’d be happy to help. 🙂

    Cheers!
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Single Event – Title displaying too small and date and time not showing’ is closed to new replies.