Support

Home Forums Event Espresso Premium Hiding Details…

Hiding Details…

Posted: April 29, 2014 at 11:31 am


Danny Long

April 29, 2014 at 11:31 am

We are using EE4 for event regisration as opposed to ticket sales… how can we change the wording from Ticket Name and Description or remove compltley from the final registrations process.

Image attached


Lorenzo Orlando Caum

  • Support Staff

April 29, 2014 at 12:06 pm

Hello Danny,

For adjusting the messaging, we recommend using the quick localization plugin or using a gettext filter. Examples of both are available here:

https://eventespresso.com/wiki/how-to-change-wording-with-poedit/#plugins

If you would like to hide certain areas of the registration pages, then you can inspect an element using firebug or chrome developer tools to see the associated CSS class or ID.

Then you could add some CSS like this to a plugin like My Custom CSS:

.class {display:none;}
#id {display:none;}


Lorenzo


Danny Long

April 30, 2014 at 3:17 am

Thanks Lorenzo, another CSS question that I couldn’t resolve on my own:

I’m trying to change the font color to black here:

http://screencast.com/t/Sd2eCSIqnV

I have the following in my custom CSS:

.spco-ticket-info-dv { font-color: #000000; }

And I also tried:

.spco-ticket-info-dv { color: #000000; }

Not sure why it isn’t working…


Dean

April 30, 2014 at 3:33 am

Hi,

You may need to stick an !important after it

#single-page-checkout .spco-ticket-info-dv {
color: #000 !important;
}

Note: font-color isn’t valid, it’s just color.

The support post ‘Hiding Details…’ 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