Support

Home Forums Event Espresso Premium Ticket number selector not displaying number

Ticket number selector not displaying number

Posted: April 9, 2015 at 6:01 am

Viewing 2 reply threads


Bharris

April 9, 2015 at 6:01 am

On website, laurelcpr.com,when registering for event the ticket number dropdown does not show the numbers. I am new to the support forums, but have been unable to locate any other threads on this topic. What can be done to fix this?


Tony

  • Support Staff

April 9, 2015 at 6:35 am

Hi Bharris,

What’s happening is your theme is setting all ‘select’ elements to have the color white. So the text is set to white, on a white background.

It is this rule:

media="all"
input[type="text"], input[type="password"], input[type="email"], textarea, select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  font: 13px 'Source Sans Pro', sans-serif;
  color: #fff;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

within base.css line 141.

However rather than editing the theme you can simple override that rule using this:

.ticket-selector-tbl-qty-slct {
  color: #000;
}

Which will set the text for that specific select element to black.

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.

Does that help?


Bharris

April 9, 2015 at 10:00 am

Yes, this resolved the issue. Thank you for your quick response!

Viewing 2 reply threads

The support post ‘Ticket number selector not displaying number’ 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