Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.woocommerce-account .select2-container .select2-choice,
.woocommerce-checkout .select2-container .select2-choice {
height: auto;
color: #444;
border-radius: 0;
background: transparent;
}
.woocommerce-account .select2-container .select2-choice:focus,
.woocommerce-checkout .select2-container .select2-choice:focus {
box-shadow:none;
}
body .select2-container .select2-choice .select2-arrow {
background: transparent;
border-left:none;
}
body .select2-container .select2-choice .select2-arrow b {
background-position: -2px 8px;
}
body .select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -21px 8px;
}
Kind Regards
XTemos Studio