Support

Home Forums Event Espresso Premium Remove H1 Header from Event List from Short Code

Remove H1 Header from Event List from Short Code

Posted: May 20, 2016 at 9:15 pm

Viewing 1 reply thread


revlearning

May 20, 2016 at 9:15 pm

Hi,

I wanted to remove the upcoming events line of text from events list when using the [ESPRESSO_EVENTS] short code.

I found a post to use the filter:

function no_ee_title($t) {
$t = '';
return $t;
}
add_filter('FHEE__archive_espresso_events_template__upcoming_events_h1','no_ee_title');

This does remove the text, but is seems my theme is pulling the styling from the actual page title. This is leaving a box with the page title background – basically a large empty grey box.

Could you tell me where to find this in the plugin files to completely delete this section?

D


Tony

  • Support Staff

May 23, 2016 at 3:03 am

Hi there,

Rather than editing core files (which prevents us from providing support) you can use some CSS to hide it on the page.

If you can link us to an example we can provide some CSS to do that for you.

Viewing 1 reply thread

The support post ‘Remove H1 Header from Event List from Short Code’ 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