Dropdown change
# 🤝help
r
Hi, I have a problem with dropdow. I mean, I prefer to have single buttons but I saw it seems to be impossible if I have a long list of items. Then my question is, how can I do single buttons instead of a dropdown? Or if it's impossible to do, how can style a dropdown? Cause my dropdown is white and letters too..

https://cdn.discordapp.com/attachments/1145682915645214720/1145682916853153802/Captura_de_Pantalla_2023-08-28_a_las_13.33.20.png

a
Hey @rhythmic-laptop-37594, any more than 5 options will be put in a dropdown. dropdown styles are defined in the CSS class
.bpw-keyboard-quick_reply-dropdown
r
I was looking for it and I saw this option but I was not sure about it. Thank you!!
b
Thanks @acceptable-kangaroo-64719 I'll fix this in the styler
p
Is it fixed yet?
r
doesn't work :S
Do you know why .bpw-keyboard-quick_reply-dropdown doesn't work? I only have changed background color and color..
a
have you tried adding
!important
to the rule?
r
doesn't work anyway: .bpw-keyboard-quick_reply-dropdown { color: #000000 !important }
10 Views