Support

Home Forums Event Espresso Premium Event Espresso – Calendar

Event Espresso – Calendar

Posted: September 14, 2016 at 4:27 pm

Viewing 1 reply thread


tylery

September 14, 2016 at 4:27 pm

New to using your plugin, so far so good though, nice work.

I’m currently using the Event Espresso – Calendar and was wondering if it would be possible to to use a specific icon or symbol in place of the title? I notice that when you have more than one event on the same day (On month view), depending on the title length it could get a little messy.

Any suggestions on resolving this issue would be greatly appreciated.

Thanks!


Josh

  • Support Staff

September 14, 2016 at 5:07 pm

Hi there,

Yes, this is possible to change by adding a bit of CSS to your custom stylesheet. Here’s an example of some CSS:

.fc-event-title {
	font-size: 0pt !important;
}

.fc-event-title:before {
	content: "\f100"; /*paintbrush*/
	font-size: 20pt;
	font-family: dashicons;
}

If you don’t have a custom stylesheet editor on your site, you can add one by installing the Reaktiv CSS Builder plugin.

Any of the icons listed here are available on most WordPress sites:

https://developer.wordpress.org/resource/dashicons/

Viewing 1 reply thread

The support post ‘Event Espresso – Calendar’ 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