CSS Style ginput_price in Dropdown Field possible?

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
}

image

image

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.