How do I change the appearance of a dropdown?

How do I change the appearance of a dropdown; what style options are available and how do I specify them?

For example, if I have something like

hv.output(
    ds.to(hv.Table,['winrate']).opts(hv.opts.Table(width=800, show_title=False)),
widget_location='top_left')

and produce something like


how do I remove the dropdown background, or change the width of the dropdown control?

1 Like

Hi @orome

Could you please provide a minimum, reproducible code example? That will make it much easier to try to help.

Thanks.