Home Forums WC Vendors Pro Support CSS Issue Reply To: CSS Issue

#38165
Anna
Member

hmmm…
Try adding this to your child theme’s style.css:

/* the select drop-down box*/
.wcvendors-dashboard-wrapper .select2-container .select2-choice {
line-height:20px !important;
}
/* the missing checkbox*/
.wcv-form .control-group input[type=checkbox] {
width: 18px;
height: 18px;
position: absolute;
opacity: 0;
z-index: 1 !important;
}

/* the weird label text */
.wcv-form .control-group .inline input[type=checkbox]+label {
margin-right: 34px;
padding-left: 24px !important;
}

input[type=”checkbox”] + label {
z-index:1 !important;
}