Multi-Dropdown Personalisation

Hello I am using the Multidropdown plugin by Bubble. I could add a few line of css to change the font in the menu option to be white by modifying the header html:

.select2-results__option{
color: #ffffff;
}

but i cannot figure out how to change the border of the appearing menu :

from this :

image

to this :

image

I tried adding this css but nothing happens :

#select2-dropdown {
border-width : 0px ;
}

Would you know how to do so ?

You can try this to see if this works for your case.

Samson @ Plugin Developer
Plugin Page
Plugin Forum

1 Like

Wow savior

Hey Giovanni, do you also experience this problem where the horizontal padding changes when the multidropdown is focused and then unfocused?
Image from Gyazo

No but i know that in conditional sometime there is a padding condition which does that