Hide Results section

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

[class*="results__Container-sc"] {
display: none;
}
1 Like