Hi star,
You can use the following Custom CSS to solve this issue. You can paste it into the Additional CSS section of the WordPress theme customizer (i.e. WP admin sidebar > Appearance?> Customize > Additional CSS)
#ewd-uwcf-filtering-form > div > div:nth-child(1) {
display: none;
}
Note: The Custom CSS needs to be updated whenever the position of the “nicht-verfugbar” option changes. Currently, it is designed to target the first child.
-
This reply was modified 3 years ago by
jaysupport.