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).
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.
@cid_gk Could you please specify your widget ID or widget name?

