Support

Home Forums Event Espresso Premium Event Grid Shortcode

Event Grid Shortcode

Posted: December 14, 2014 at 7:53 am


columbuscanvas

December 14, 2014 at 7:53 am

Is there shortcode to hide the event date and time on the Event Grid for EE4?

I am using WP 4.0.1; Event Espresso 4.4.6 with calendar, grid view and social sharing


Dean

December 15, 2014 at 12:17 am

Hi,

There is no option for it, but it can be achieved with a little CSS:

.ee_grid_box.item .start-date {
display: none;
}

That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.

The support post ‘Event Grid Shortcode’ 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