Detailed customization of dropdown field

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

This code changes border radius, color, width, style, background color and padding in the dropdown field

[class*=“dropdown__Select-sc”] {
border-radius:8px; padding:4px 10px!important; border-color: skyblue !important; border-width:1.5px !important; border-style:solid !important; background-color:rgba(123, 122, 255, 0.2) !important
}

Hope it helps,
William

1 Like