Archived topic
Remove date comments and review WooCommerce.
1 reply · Started by Leon on June 2, 2020
Viewing posts 1–2 of 2
How can I delete the date from a client comment and review in WooCommerce?
I don't want to show dates because i'm not getting that much reviews.
Hi there,
Try this CSS to remove the comment date and time:
.entry-meta.comment-metadata {
display: none;
}
The theme itself doesn't handle WooCommerce functionality but maybe this would help?
https://wordpress.2bearstudio.com/woocommerce-disable-product-review-tab/
This archived topic is closed to new replies.