change label color of a selectInput control

Hi,

I'm struggling with UI and HTML. Is there a way to change the label color of a selectInput control?
I found the way to put it in italics with "label = tags$em("my label")", but no way to change the color.

Any suggestion? Thank you,

Gianandrea

label = tags$span(style="color: blue;","my_label")
2 Likes

perfect! A million thanks to you!

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.