Support

Home Forums Event Espresso Premium Replace dates with Coming Soon

Replace dates with Coming Soon

Posted: April 22, 2018 at 9:33 pm


sarvyemo

April 22, 2018 at 9:33 pm

Hi,

How can I replace the event dates with ‘Coming Soon’ ideally in red and remove the registration closing date.

I’ve tried installing custom css and adding:

#espresso-event-id-267 .start_date { display: none; color:red!important; }
.registration_date .earlybird-false .event-267 {display: none !important;}

But nothing happens.

Help!
Page is http://www.theleadhub.ca/register/

Thanks in advance!
Sarvy


Josh

  • Support Staff

April 23, 2018 at 12:10 pm

Hi Sarvy,

Nothing happens because the selectors are not valid. You can do this instead:

td.start_date.event-267 {font-size:0pt;}

td.start_date.event-267:after{
 font-size: 14px;
 color:red;
 content:"Coming Soon";
}


sarvyemo

April 23, 2018 at 8:28 pm

THANK YOU SO MUCH!!
Worked like a charm

The support post ‘Replace dates with Coming Soon’ 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