Add these codes to the Custom CSS box
Remove Variant Label
/* remove variant label */
.variant-option-title {
display: none;
}

Remove Quantity Label
/* remove quantity label */
.quantity-label {
display: none;
}

Add these codes to the Custom CSS box
/* remove variant label */
.variant-option-title {
display: none;
}

/* remove quantity label */
.quantity-label {
display: none;
}
