Support

Home Forums Event Espresso Premium Hide registration count on registration checkout page

Hide registration count on registration checkout page

Posted: October 29, 2017 at 12:11 pm

Viewing 1 reply thread


Avi

October 29, 2017 at 12:11 pm

Is there code that will hide the “Registrations: #” heading on the registration checkout page? As I am using tickets for different sessions of an event, as well as for donations, the count is misleading.


Tony

  • Support Staff

October 30, 2017 at 4:18 am

Hi there,

You can hide that with some CSS:

#ee-single-page-checkout-dv #reg-page-totals-hdr {
    display: none;
}

You can add that to Appearance -> Customize -> Additional CSS

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

Viewing 1 reply thread

The support post ‘Hide registration count on registration checkout 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