Hide date when the comment was published

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

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

thx a lot