Posted: May 22, 2017 at 2:16 pm
How do I remove the show details option on a registration page? |
|
Hi there, In Event Espresso > Events > Templates, you set the |
|
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? |
|
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. |
|
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/ |
|
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; }
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. |
|
where do I find the area to override the ee ticket selector? |
|
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. |
|
DO I paste this in there? |
|
Yes, all of the snippet I posted needs to be included. |
|
So what did that do? Can I change the color in the quantity area? How do I change the colors? Font settings? |
|
It sets the select elements (the quantity field) font colour to black – So now it looks like this – http://take.ms/Pq7z7
Change the
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.