How do I change the size of text options in an autocomplete

Hi,

The text options in the autocomplete are in a very small font -

If I change the font size, it just changes the size of the placeholder and not the options.

Is it possible to change the option font size?

Thanks

Hi Steve :waving_hand:

I tried messing around with the autocomplete element and indeed we are not able to customize the dropdown, I believe this happens because your browser is in charge of styling your element and not WeWeb. (You can check it out by trying a different browser or changing your pc from light to dark mode and you’ll see the autocomplete dropdown changes as well).

So I would recommend that you try to develop this functionality with a search input + some variables.

Noted. Thanks