Support

Home Forums Event Espresso Premium How To Remove Price From Registration Confirmation Page?

How To Remove Price From Registration Confirmation Page?

Posted: April 30, 2014 at 6:31 am


Bob Philpin

April 30, 2014 at 6:31 am

Hi all!

I’d like to remove the price from the final registration confirmation page on our EE3 installation, as we don’t advertise any prices online.

Could you let me know if there is a little piece of code I can insert into to remove this?

Thanks in advance!

Bob


Dean

April 30, 2014 at 6:50 am

Hey Bob,

Some CSS should fix this for you:

#event_espresso_attendee_verify tr:nth-child(2),
#event_espresso_attendee_verify tr:nth-child(4){
display: none;
}

That will hide the two rows that state price in the Confirmation page.


Bob Philpin

April 30, 2014 at 7:26 am

Worked perfectly, thanks again Dean.

The support post ‘How To Remove Price From Registration Confirmation Page?’ 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