Hello, is there a way we can hide the product review dates on woocommerce products?
I tried this code in Additional CSS
.comment_container .woocommerce-review__dash,
.comment_container .woocommerce-review__published-date {
display: none;
}
but seems like this is not working.