Presentation Event Date

Home Forums Calendar Products Events Calendar PRO Presentation Event Date

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #151706
    wderday
    Participant

    I have purchased the Events Calendar Pro. The website is: http://www.c13events.de
    My problem is: How can I change the text size of DETAIL / VERANSTALTER / VERANSTALTUNGSORT ?
    Example: http://www.c13events.de/event/event-tag/

    #151864
    Barry
    Member

    Hi!

    An extra CSS rule like this should do the trick:

    #tribe-events-content h3.tribe-events-single-section-title { font-size: 10px }

    You could try adding this to a custom tribe-events.css stylesheet, for instance, instructions for which can be found here.

    Does that help?

    #157701
    wderday
    Participant

    I have created in the directory events-calendar-pro is a new style sheet (tribe-events-pro.css) It works non! What did I do wrong?

    #158417
    Barry
    Member

    Hi!

    Sorry for the confusion. If you created a custom tribe-events.css stylesheet it should go in your theme directory (not the Events Calendar PRO directory), for example:

    wp-content/themes/{YOUR_THEME}/tribe-events/tribe-events.css

    Similarly, a tribe-events-pro.css file should live in:

    wp-content/themes/{YOUR_THEME}/tribe-events/pro/tribe-events-pro.css

    Does that clarify things?

    #158945
    wderday
    Participant

    Thanks!
    That does not work!

    #159313
    Barry
    Member

    Ah yes, unfortunately inline stylesheets are loading after the custom Tribe stylesheet you added. Try making the rule a little more specific:

    #content #tribe-events-content h3.tribe-events-single-section-title { font-size: 16px }

    Does that help?

    #160421
    wderday
    Participant

    Thanks! Now that’s OK!

    #160687
    Barry
    Member

    Excellent, glad we got there!

    I’ll go ahead and close this thread – but if you have a chance it would be awesome to hear your thoughts on your experience with The Events Calendar so far 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Presentation Event Date’ is closed to new replies.