Support

Home Forums Event Espresso Premium Hide event name and sub-total on registration checkout page

Hide event name and sub-total on registration checkout page

Posted: October 29, 2017 at 12:09 pm

Viewing 3 reply threads


Avi

October 29, 2017 at 12:09 pm

Surprised to see a line for the event name and another for “Event Sub-Total” When the check-out is for only one event. Have I configured something incorrectly? Alternately, is there code that would hide these lines?


Tony

  • Support Staff

October 30, 2017 at 4:20 am

Hi there,

Can you post a screenshot of what you are referring to, please?

https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots

Or provide a link to your event and steps to reproduce so I can see what setup you have?


Avi

October 31, 2017 at 6:41 am

Hi Tony,

Here’s what I mean. No big deal if not, but just thought I’d ask as these lines are extraneous in my set-up.

https://www.lisgar.net/wp-content/uploads/2017/10/screenshot.png

Avi


Josh

  • Support Staff

October 31, 2017 at 12:45 pm

Hi Avi,

You can change this by going to the Appearance -> Customize section of the admin, and there is a tab labeled ‘Additional CSS’. If you go into the customizer, you can add some code like this to hide those items. Please paste the code between the dashed lines into the stylesheet:

—————————————-

#event-cart-total-row .event-header,
#spco-payment-info-table .total_tr {
display: none;
}

—————————————-

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

Viewing 3 reply threads

The support post ‘Hide event name and sub-total 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