Support

Home Forums Event Espresso Premium Sum & Price

Sum & Price

Posted: January 17, 2024 at 3:55 am


TSpinde

January 17, 2024 at 3:55 am

Is there any chance to remove the Sum & Price from the registration form?
https://www.dropbox.com/scl/fi/9oj8174pk0b5ck7jrrhmt/Screenshot-2024-01-17-115405.png?rlkey=8eq69w3p2tay28rzi86rh510w&dl=0


Tony

  • Support Staff

January 17, 2024 at 5:25 am

Hi there,

Sure, you can hide it using some CSS:

#spco-attendee_information-dv .spco-ticket-details {
    display: none;
}

Add that to Dashboard -> Appearance -> Customize -> Additional CSS.


TSpinde

January 17, 2024 at 5:27 am

Thank you! But I want the amount and event name, just not the price and sum. Since these are together, it’s not generally possible (only by editing the plugin), isnt it?


Tony

  • Support Staff

January 17, 2024 at 5:29 am

Sorry, just realised it sounds like you only want the last 2 table columns hidden, if that’s correct you can use this:

#spco-attendee_information-dv .spco-ticket-details th:nth-of-type(3), 
#spco-attendee_information-dv .spco-ticket-details th:nth-of-type(4), 
#spco-attendee_information-dv .spco-ticket-details td:nth-of-type(3), 
#spco-attendee_information-dv .spco-ticket-details td:nth-of-type(4) {
    display: none;
}


TSpinde

January 17, 2024 at 5:30 am

Thank you so much!


Tony

  • Support Staff

January 17, 2024 at 5:31 am

You’re most welcome.

The support post ‘Sum & Price’ 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