Support

Home Forums Event Espresso Premium Quantity Box is black

Quantity Box is black

Posted: January 3, 2019 at 6:44 pm


BCFSAC

January 3, 2019 at 6:44 pm

Setting up the registration page and the drop down box for the quantity is black. even if you select a ticket quantity it stays black. How do we change this?


Tony

  • Support Staff

January 4, 2019 at 3:20 am

Hi there,

That’s not from Event Espresso (we don’t add colours to the dropdowns), its from some inline styles you have on your site within a ‘leadyou-theme-style-inline-css’ section.

Its this code:

input[type='text'], 
input[type='email'], 
input[type='url'], 
input[type='password'], 
input[type='search'], 
input[type='number'], 
input[type='tel'], 
input[type='range'], 
input[type='date'], 
input[type='month'], 
input[type='week'], 
input[type='time'], 
input[type='datetime'], 
input[type='datetime-local'], 
input[type='color'], 
select, 
textarea, 
.wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
    background-color: #111111;
    border-color: #f0f0f0;
    color: #1e1d24;
    box-shadow: inset 0 0 0 1px #efeded;
}

Is that something you’d added yourself or did a developer add it for you?

If you don’t want black backgrounds on all of those elements everywhere I’d recommend fixing the above so it only applies where needed, but to prevent that from applying on EE’s ticket qty element you can use:

.tkt-slctr-tbl-wrap-dv select {
    background-color: initial;
}


BCFSAC

January 4, 2019 at 7:45 am

Thank you that worked. It is something I added and the code you provided got rid of that!


Tony

  • Support Staff

January 4, 2019 at 8:10 am

You’re most welcome.

The support post ‘Quantity Box is black’ 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