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:

time {
display: none;
}
1 Like