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.
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;
}
We’ll take care of this today and I’ll reply to your email shortly afterwards.
—
Lorenzo
Viewing 5 reply threads
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.
Support forum for Event Espresso 3 and Event Espresso 4.