How to hide the date.

Use this CSS for the custom CSS for the review template.

For style 1:

span.wprev_showdate_T1 {
display: none;
}

style 2:

span.wprev_showdate_T2 {
display: none;
}

style 3:

span.wprev_showdate_T3 {
display: none;
}

style 4:

span.wprev_showdate_T4 {
display: none;
}

Is this article helpful for you?