How to change font style and size in tickets

Home Forums Ticket Products Event Tickets Plus How to change font style and size in tickets

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1253609
    Abhimanyu
    Participant

    My font sizes are too small on the ticket compared to the rest of the page. How do I change that?

    #1254055
    George
    Participant

    Hey @Abhimanyu,

    This is normally something that is only changeable by writing custom CSS code. We unfortunately cannot help with writing custom code: https://theeventscalendar.com/knowledgebase/what-support-is-provided-for-license-holders/

    However, if you can share a link to a page on your site where this font size issue is easily visible, I will take a look at it and see if I can recommend some CSS to increase their font size.

    Post a link to a page on your site where the small fonts are visible, and I’ll take a look!

    Cheers,
    George

    #1257839
    Abhimanyu
    Participant

    George, thank you much for your response.

    The issue can be visible at my ticket booking page – http://www.smileasia.org/ticket-smurfs/

    You can see clearly that the Events Ticket Plus font size is very small compared to the rest of the page fonts.

    #1258060
    George
    Participant

    Thanks for this. I took a look and found a bunch of CSS that can be causing the weird discrepancies in sizing.

    To get you started on the right direction, try adding the following CSS to your theme’s style.css file:


    table.tribe-events-tickets td {
    font-size: 16px !important;
    }

    If you need to further refine the CSS to make things look like you want them to, you will have to write that additional CSS yourself.

    If you need to write custom CSS on your site, definitely check out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you zoom right over the element whose CSS you want to modify, and so they make it much easier to change styles!

    Cheers,
    George

    #1269538
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to change font style and size in tickets’ is closed to new replies.