Dropdown CSS

<style>
/** hide the default "Any" option, note you can also change the "Any" default text to your preferce in the facet settings as well **/
.facetwp-dropdown option:first-of-type {
  display: none;
}
</style>