Home Forums WC Vendors Pro Support Drop down styling Reply To: Drop down styling

#57869
Anna
Member

Try this in the styles.css:

.select2-container .select2-choice {
height:36px;
line-height:30px;
}

If it does not show the changes, try:

.select2-container .select2-choice {
height:36px !important;
line-height:30px !important;
}