Support

Home Forums Event Espresso Premium Change font EE4

Change font EE4

Posted: September 19, 2014 at 5:52 pm

Viewing 1 reply thread


Kathryn

September 19, 2014 at 5:52 pm

Hello,

Is it possible to easily change the font used in headings in E4? The font pulled in from the rest of my Theme doesn’t “mesh” well with my event pages.

Thank you!

WordPress Version:
3.9.2
PHP Version:
5.4.31
MySQL Version:
5.5.36
Event Espresso Version:
4.3.1.p


Lorenzo Orlando Caum

  • Support Staff

September 19, 2014 at 6:43 pm

Hi!

You can inspect any element on a page using a free tool like Chrome Developer Tools (available with Google Chrome) or Firebug (available as a web browser extension).

This will show you the CSS that is handling the styling including the file and line number. Then you can add new styling to your child theme’s stylesheet or through a plugin like Reaktiv CSS builder or My Custom CSS.

This example will change the Event title on a single event page for the Twenty Twelve theme to “Verdana”:

.espressso_events h1.entry-title {
	font-family:Verdana;
}

Then force refresh to see the changes:

http://en.support.wordpress.com/browser-issues/#force-refresh


Lorenzo

Viewing 1 reply thread

The support post ‘Change font EE4’ 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