x

Change font of Eventbrite app?

Out of curiosity, is there a way to change the font of the EventBrite app so that it matches the rest of the website? For the Bloggons app, they provided me with some header code to force the font to change and I wanted to see if there was a way to do the same with EventBrite.

Thanks!

2,642 Views
Message 1 of 11
Report
1 Best Answer
Square

Best Answer

Not a problem. Ok, try adding this after the code that Waddons gave you:

<style>
    .eventbrite-each-event
    {
        font-family: "Quicksand" !important;
    }
    .eventbrite-event-title
    {
        font-family: "Oswald" !important;
    }
</style>

View Best Answer >

2,610 Views
Message 11 of 11
Report
10 REPLIES 10
Square

I'm sure it's possible to do that through the same means. What page of your site is the app on, @CSJ?

2,640 Views
Message 11 of 11
Report

2,636 Views
Message 11 of 11
Report
Square

Thanks, @CSJ. I don't see any Eventbrite elements on the site. Have you not added any of them yet?

2,628 Views
Message 11 of 11
Report

Oops, sorry @Adam, I took it down just to keep the page as complete as possible while some other members of CSJ do edits. I will add it back to the Webinars & Training page so it's not the first thing on the homepage: https://draftccounselingcsj.weebly.com/webinars--training.html

Thanks!

2,621 Views
Message 11 of 11
Report

Sorry, @Adam! I forgot to hit Publish. The Eventbrite App is back up on https://draftccounselingcsj.weebly.com/webinars--training.html

Thanks again!

2,611 Views
Message 11 of 11
Report
Square

Best Answer

Not a problem. Ok, try adding this after the code that Waddons gave you:

<style>
    .eventbrite-each-event
    {
        font-family: "Quicksand" !important;
    }
    .eventbrite-event-title
    {
        font-family: "Oswald" !important;
    }
</style>

2,611 Views
Message 11 of 11
Report

Thank you, @Adam!

2,605 Views
Message 11 of 11
Report
Square

You're welcome!

2,603 Views
Message 11 of 11
Report

Yay!  Thank yOU!

2,218 Views
Message 11 of 11
Report

would you mind sharing the code for the bloggons app? Smiley Very Happy

1,471 Views
Message 12 of 11
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.