ThunderTix logo

Support Forum

Can the ThunderTix events page be styled to look like our site? - Wed - Nov 26, 2014 - 11:58am

  • Posted by Stacy Updated: Dec 2023 0 Comments Website Integration

    You have the option to use the embedded iframe code or the overlay in addition to a direct link.  When using the iframe or overlay, all of your events appear on your website which has your logo, styles, etc. 

    In addition to just embedding your events right into your own site, you can add custom CSS to match the colors and styles from your site for your events display. Any CSS you provide will override the default styles already there. 

    Please see the steps below: 

    1. Head to the first icon of your top menu (box with arrow) and click Public Display Settings > Fonts and CSS Styles 
    2. Add CSS styles under  Custom CSS Styles
    3. Click Update



    Below is an example how you would add CSS to create a custom button color for the packages button:

    #event_packages_link {
    background-color: blue;
    }

    Below is an example how you would add CSS to create a custom button color for the Buy Tickets button:
    .buy_tickets_button {
    background-color: #B6724D;
    }