Support

Home Forums Event Espresso Premium 'Upcoming Events' title on [ESPRESSO_EVENTS]

'Upcoming Events' title on [ESPRESSO_EVENTS]

Posted: October 4, 2015 at 4:46 am

Viewing 1 reply thread


CjPPH

October 4, 2015 at 4:46 am

I am trying to remove the Upcoming Events title showing up on my Events page, and have tried adding various codes into My Custom CSS as shown on other ‘solved’ posts. However it is just not going anywhere. I am using EE4. This is the code I have tried….

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


CjPPH

October 4, 2015 at 4:52 am

Similarly, I have tried to remove the datetimes on single event pages using the following code `.ee-event-datetimes-ul {
display: none;
}`

It is like none of the custom CSS is having any effect! I am a beginner, so perhaps I have missed something key?

Viewing 1 reply thread

The support post ‘'Upcoming Events' title on [ESPRESSO_EVENTS]’ 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