Support

Home Forums Event Espresso Premium ESPRESSO_EVENTS_TABLE_TEMPLATE Hiding Date / Time

ESPRESSO_EVENTS_TABLE_TEMPLATE Hiding Date / Time

Posted: February 9, 2025 at 9:13 am

Viewing 1 reply thread


Aaron Axelsen

February 9, 2025 at 9:13 am

What is the best way to hide the date / time column when using this shortcode?


Tony

  • Support Staff

February 10, 2025 at 4:47 am

Hi there,

You have a couple of options for this, you can use CSS to hide it:

.espresso-table-row .start_date, 
.espresso-table-header-row th:nth-of-type(3) {
    display: none;
}

Or, you can copy the template from /wp-content/plugins/eea-events-table-template/templates in your theme (Preferably a Child Theme) and modify the PHP there to remove it.

The latter is the ‘best’ method but depends on how comfortable with PHP/FTP etc you are. The CSS is the easiest and can be added to Dashboard -> Appearance -> Customise -> Additional CSS.

Viewing 1 reply thread

You must be logged in to reply to this support post. Sign In or Register for an Account

Event Espresso