Styling form dropdown

Author Posts

multiverso

Hi, how could I fully style a dropdown in a form?

I can easily style the font, border & background, but I don’t know how to style:
– The “double arrow” at the right of the input.
– The font and background of the layer with the options.

Thanks!


Sebastian

Hey,

There are limits to what you can style with dropdown menus unfortunately. That is true of several form elements. Read the CSS tricks article for more info: https://css-tricks.com/dropdown-default-styling/

Also see: https://stackoverflow.com/questions/7208786/how-to-style-the-option-of-an-html-select-element

I hope that helps!

Thanks,
Sebastian


multiverso

Thanks!

You must login or register to reply to this topic.