Hide numbers

Add this code to Custom CSS field on your Number Counter widget’s Style tab:

[class*="Counter__CounterComponent-sc"] {
  display: none;
}