Support

Home Forums Event Espresso Premium Remove description when using [ESPRESSO_EVENTS limit="5"]

Remove description when using [ESPRESSO_EVENTS limit="5"]

Posted: May 21, 2015 at 9:31 am

Viewing 1 reply thread


asse2014

May 21, 2015 at 9:31 am

Attempeting to build just a list of Upcoming Events with Title, Date, Time for my home page — assewp.org. How do I remove the description? Have Events Espresso >> General Settings >> Display Description set to None.


Lorenzo Orlando Caum

  • Support Staff

May 21, 2015 at 10:43 am

Hi, those template settings apply to event listing pages such as the /events/ page and the /event-category/ page.

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 via a plugin that adds an additional stylesheet to your WordPress site such as My Custom CSS or Reaktiv CSS Builder.

Try this CSS:

.home .espresso_event_type-single-event .event-content {display:none;}


Lorenzo

Viewing 1 reply thread

The support post ‘Remove description when using [ESPRESSO_EVENTS limit="5"]’ 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