Hello,
I would like to be able to style the price in a dropdown field.
In particular, assign a special color.
Unfortunately I can’t do this with CSS.
It only works on radio buttons, but I need it in the dropdown.
My approach, with which I only get the whole colored label:
#input_37_256 option[value=“1|0”]{
color: red !important
}