Support

Home Forums Event Espresso Premium Remove event name field from table view addon

Remove event name field from table view addon

Posted: December 11, 2017 at 12:26 pm

Viewing 1 reply thread


Valor Training Group

December 11, 2017 at 12:26 pm

Is it possible to display the table view addon without the event name being shown? I’d like to take it out for spacing purposes.

Thanks


Tony

  • Support Staff

December 11, 2017 at 3:38 pm

Hi there,

The easiest method is to hide it using CSS:

#ee_filter_table th:first-of-type, 
#ee_filter_table .event_title {
    display: none;
}

Note that will hide the event title on all instances of the event table.

You can add that to Appearance -> Customize -> Additional CSS

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

Viewing 1 reply thread

The support post ‘Remove event name field from table view addon’ 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