Support

Home Forums Event Espresso Premium 1.) Change font type from default, change font size

1.) Change font type from default, change font size

Posted: November 14, 2014 at 10:06 am


Sarah Hartman

November 14, 2014 at 10:06 am

WP version 4.0 with Blocco theme
EE 3.1.36.6.p
New installation
http://seasurfsup.com/event-registration/?ee=1


Sarah Hartman

November 14, 2014 at 10:08 am

Question posted before I finished description…… Trying to figure out how to change font type and font size in both event description and in calendar. Not finding any recent posts on the topic in the forum.


Lorenzo Orlando Caum

  • Support Staff

November 14, 2014 at 11:21 am

Hi Sarah,

The event description area isn’t wrapped in any special CSS. I’ve checked and it uses a regular paragraph tag so you could setup some new styles like this:

.event-display-boxes p {
//replacemewithnewcss
}

You would change //replacemewithnewcss with the styles that you want to setup and then add it to your child theme’s stylesheet or a plugin like Reaktiv CSS builder or My Custom CSS.

Here is an example:

.event-display-boxes p {
	font-family: times new roman;
	font-size:medium;
}

http://cl.ly/image/2q1R2b241e2q

I found the style that was in use by using Safari Developer Tools. Firebug and Chrome Developer Tools are another option.


Lorenzo


Sarah Hartman

November 14, 2014 at 11:46 am

Will give this a try over the weekend.


Sarah Hartman

November 17, 2014 at 9:28 am

x


Lorenzo Orlando Caum

  • Support Staff

November 17, 2014 at 11:09 am

Hi Sarah, I received your email.

We’ll take care of this today and I’ll reply to your email shortly afterwards.


Lorenzo

The support post ‘1.) Change font type from default, change font size’ 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