Change border radius of dropdown fields

Add this code to the Custom CSS field on the Settings tab of your Calculator widget’s settings:

[class*="dropdown__Select-sc"],
[class*="Dropdown__DropdownContainer-sc"] {
border-radius: 12px !important;
}
1 Like