Formating events page

Home Forums Ticket Products Event Tickets Plus Formating events page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1113142
    Michael Henderson
    Participant

    Hey is there a quick way to format my events the same way you have them on your demo event?
    http://wpshindig.com/event/events-tickets-demo/

    Mine looks like this… I’m referring mostly the the header spacing and sizes.
    http://www.abcbaltimore.org/event/osha-10-hour-for-construction-2-day-course-7/

    Thanks!

    #1113143
    Michael Henderson
    Participant

    Under settings I have tribe event styles selected.

    #1113390
    Geoff
    Member

    Hey @edevita — welcome back to the forums!

    Absolutely. You can use CSS to override any of the calendar’s styles and make the pages appear the way you would like. We have a Themer’s Guide to help get you started with a section devoted to customizing styles, and it basically boils down to this:

    • Make a new folder in your theme called tribe-events
    • Make a new file in there called tribe-styles.css

    Now that the file is in there you can customize any of the calendar’s classes using CSS. For example, if you want to change the font size off the start and end times below the title, you could do something like this:

    .tribe-events-schedule h2 {
    font-size: 16px; /* or whatever size you want */
    }

    Will this help get you started? Please let me know. đŸ™‚

    Cheers!
    Geoff

    #1119170
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Formating events page’ is closed to new replies.