Currently the drop down feature does not match the template/form builder’s design elements at all. It would be nice to have that be customizable or automatically match (font, background, etc).
1 Like
Hi @cid_gk
Please try to use this CSS code to the Custom CSS field on the Appearance tab and let me know if it helped:
[class*="Component__Select"], [class*="Component__Select"] option {
color: black;
font-family: Calibri;
background-color: white !important;
}
Unfortunately, this doesn’t work. It may alter the fill-in area (placeholder), but it does not alter the drop down components.
1 Like
Hi, I’ve double-checked the code and the dropdown components are changed:
Could you please double-check it?
In case I misunderstood you, please describe your use case in more detail. I’ll be happy to help!
@cid_gk Could you please specify your widget ID or widget name?