Hi, I’m trying to make dropdown border in Glide match the CSS shown in the below picture, created by @tuzin in this link. I’m having difficulty finding out how to apply CSS to this. Could someone kindly help me out? It would be greatly appreciated
Custom class for choice component shown in picture: library-view
For clarification, I’m trying to change the final look of the dropdown box after we’ve made a selection, not the look of the dropdown box itself (which is by default white, and is better that way). I was able to make it transparent, but it applied to all dropdowns. The final box is transparent, but the dropdown list itself is as before, which is what I’d like:
I would like to change this part only. I noticed that it has multiple states (selected, highlighted, not selected), when I tried changing it on my end.
@Jarvis, what style do you want for that component?
I need to inform you that previously this component had an empty state when not selected, but it no longer has this in its HTML structure. Therefore, before proceeding, I need to confirm a few alternative conditions with you first:
Are you using the “required” option for this component?
Are you using images for all your choice items?
If neither of the above applies, you will need another component to initialize whether the choice state is empty or not through its visibility settings.