Support

Home Forums Events Calendar Add-on At the calendar only show the Pictures

At the calendar only show the Pictures

Posted: July 20, 2017 at 3:15 am

Viewing 3 reply threads


wordpress@wdv.de

July 20, 2017 at 3:15 am

At the events calendar I would like to show only one picture for an event, not the description. The description should only shown by mouse over.


Josh

  • Support Staff

July 20, 2017 at 8:34 am

Hi there,

Usually the description is only shown by mouse over. Do you mean you don’t want to show the event name too?


wordpress@wdv.de

July 20, 2017 at 8:52 am

Hi Josh,
yes, i just want the Picture and the Mouse Over description. Yes, without the event name.

I want to place the calendar at a sidebar, there is not much place for so much Text.


Josh

  • Support Staff

July 20, 2017 at 9:06 am

You can change this by going to the Appearance -> Customize section of the admin, and there is a tab labeled ‘Additional CSS’. If you go into the customizer, you can add some code like this to hide the event titles. Please paste the code between the dashed lines into the stylesheet:

—————————————-

#espresso_calendar .fc-event-title {
  display: none;
}

—————————————-

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

Viewing 3 reply threads

The support post ‘At the calendar only show the Pictures’ 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