Hide "No results to show"

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

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