Support

Home Forums Event Espresso Premium Remove footer key in [ESPRESSO_MY_EVENTS] shortcode

Remove footer key in [ESPRESSO_MY_EVENTS] shortcode

Posted: July 9, 2020 at 3:25 pm


Dean

July 9, 2020 at 3:25 pm

I would like to remove the entire bottom footer key information in the my events shortcode. It takes up way too much space. Is there a way to do this?


Tony

  • Support Staff

July 10, 2020 at 5:17 am

Hi there,

The easiest method is to simply hide it using CSS:

.espresso-my-events-legend-container {
    display: none;
}

Add that to Dashboard -> Appearance -> Customize -> Additional CSS and it will remove the legend from view, it’s still loading but has very low impact on the page itself.

Another option is to create a empty copy of the template file in use and load that. To do that you create an empty status-legend-espresso_my_events.template.php file and place that in your theme’s root directory (preferably using a child theme) so that EE uses that template in place of the default one.

The support post ‘Remove footer key in [ESPRESSO_MY_EVENTS] 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