Support

Home Forums Event Espresso Premium Changing the font size and style on event titiles

Changing the font size and style on event titiles

Posted: May 19, 2017 at 10:24 am

Viewing 3 reply threads


elcoates

May 19, 2017 at 10:24 am

Where and how do I change the font size and style on the event title page?


Josh

  • Support Staff

May 19, 2017 at 4:43 pm

Hi there,

You can change those by adding CSS. Most WordPress sites have a Customize > Additional CSS panel (located in WP > Appearance > Customize). If you can post a link to the page on your site that has the event title we can give you some specific CSS code that will change those.


elcoates

May 19, 2017 at 7:40 pm

Hi Josh,
Here’s the link: http://homeinspectionedu.com/ce-classes and http://homeinspectionedu.com/pass-the-test-classes/

Thank you!


Tony

  • Support Staff

May 22, 2017 at 4:22 am

Hi there,

The size and style of the event title is being set by this rule in your themes CSS:

.entry-title {
    font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
    font-weight: 300;
    font-size: 2.5em;
    margin-bottom: 0.125em;
}

To override it you can use:

.espresso_events h2 {
    font-size: 2rem;
}

Depending on the size you want you can adjust 2rem to whatever you prefer and also add additional styles to the above for more customization.

Viewing 3 reply threads

The support post ‘Changing the font size and style on event titiles’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso