Home › Forums › WC Vendors Pro Support › Drop down styling › Reply To: Drop down styling
February 28, 2017 at 10:27 pm
#57869
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;
}