WooCommerce Drop Downs are Blank

All WooCommerce Drop Downs are blank until clicked on and don’t show the selection. This is on all the browsers I checked.

I contacted WooCommerce and they told me it’s a theme issue.

I just need the text to show in the drop boxes.

Hi @AroundUScorp,

Thanks for reaching out.

It’s not due to the theme but due to the added custom CSS that alters form field’s padding.

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background: #fff;
    padding: 20px 10px;
    border: none;
}

Please remove padding: 20px 10px; :slight_smile:

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.