Support

Home Forums Event Espresso Premium details option on a registration page?

details option on a registration page?

Posted: May 22, 2017 at 2:16 pm


corylloyd

May 22, 2017 at 2:16 pm

How do I remove the show details option on a registration page?


Josh

  • Support Staff

May 22, 2017 at 2:30 pm

Hi there,

In Event Espresso > Events > Templates, you set the
Show Ticket Details? option to
No. Then you click the Save button.


corylloyd

May 22, 2017 at 3:03 pm

Thanks for the help. Also having an issue with quantity drop box looking grey or washed out. Can the color of that area be changed?


Josh

  • Support Staff

May 22, 2017 at 3:20 pm

Yes, those are styled by your WordPress theme and your theme’s styles can be overridden by adding some custom CSS. If you can post a link to your web page in question we can give you some suggestions.


corylloyd

May 23, 2017 at 5:09 am

Some customers have stated that the quantity drop down looks very light and cant be seen. http://flbeachvolleyball.net/events/may-27-28-lauderdale-beach/
Can I also limit the quantity to one?


Tony

  • Support Staff

May 23, 2017 at 5:25 am

Your theme is setting the select element to use white text – http://take.ms/eMXx9

You can override that for the EE ticket selector using:

#content .tkt-slctr-tbl select {
    color: #000;
}

Can I also limit the quantity to one?

1 per order total or 1 per ticket selection?

You can do both but depends what you need, I’m assuming you want 1 per ticket (so they can order multiple tickets but only one of each?)

Edit the event and look within each tickets advanced options – http://take.ms/BQ6Hi

You can set the Max quantity the user can select for that specific ticket in those settings.


corylloyd

May 23, 2017 at 5:34 am

where do I find the area to override the ee ticket selector?


Tony

  • Support Staff

May 23, 2017 at 5:36 am

You can add custom CSS through Dashboard -> Appearance -> Customize -> Additional CSS.

Or if you prefer to use a plugin for additional styles we recommend using either the My Custom CSS or Reaktiv CSS Builder plugins.


corylloyd

May 23, 2017 at 5:42 am

DO I paste this in there?
#content .tkt-slctr-tbl select {
color: #000;
}


Tony

  • Support Staff

May 23, 2017 at 5:55 am

Yes, all of the snippet I posted needs to be included.


corylloyd

May 23, 2017 at 6:02 am

So what did that do? Can I change the color in the quantity area? How do I change the colors? Font settings?


Tony

  • Support Staff

May 23, 2017 at 6:07 am

It sets the select elements (the quantity field) font colour to black – #000;

So now it looks like this – http://take.ms/Pq7z7

Can I change the color in the quantity area?

Change the #000; to a colour of your chosing.

How do I change the colors? Font settings?

Of the quantity select specifically?

You can add additional CSS to the code I gave you above to apply styles to that element. What is it you want to change?

The support post ‘details option on a registration 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