Categories dropdown select background colo

Comments

  • Hey,
    I found this css code for the background and font color
    .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #0073aa !important;
    color: #fff !important;
    }
    This is the only way to change it because this does not come from the theme, its a plugin.
    thanks
Sign In or Register to comment.