/* * ACFE: Author Label */ .acf-field.acf-field-acfe-author > .acf-label{ display:none; } /* * ACF: Label bold fix */ .acf-field .acf-label label{ font-weight:600 !important; } /* * ACF: Select2 Fix */ .select2-container .select2-selection{ border-color: #dfdfdf !important; border-radius:0 !important; } .select2-container .select2-selection__choice{ border-color: #dfdfdf !important; border-radius:0 !important; } .select2-dropdown{ border-color: #dfdfdf !important; border-radius:0 !important; } .select2-container .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection--single{ height: 32px !important; } .select2-container .select2-selection--single .select2-selection__rendered{ line-height: 31px !important; } .select2-container .select2-selection--single .select2-selection__clear{ line-height: 30px; }