• Your styling of select 2 choices are conflicting with other ACF boxes or places on wp-admin that use select2 also.

    .select2-selection__choice {
        background: #ee6443!important;
        color: #fff;
        border: 0px !important;
        padding: 10px !important;

    This class is in add-to-cart-direct-checkout-for-woocommerce/admin/css/pi-dcw-admin.css
    and should be explicitly targeted to places from your plugin and not globally editing all select 2 choice fields.

    Example – https://i.snipboard.io/QCr5s2.jpg

    • This topic was modified 2 years, 8 months ago by Wayne.
  • The topic ‘Select 2 style conflict’ is closed to new replies.