This topic has 4 replies, 3 voices, and was last updated 4 years, 2 months ago ago by John Holden
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.
Hello,
Could you, please, provide us with link to the product with the review to check why it does not work for you and provide the correct code?
Regards
For example, you can take a look at this product
https://fitrx.co.uk/product/carbon-medicine-ball
I have the code in additional CSS but still, it shows the review date.
~Thanks
Hi,
Use below code
#reviews .meta time {
display: none;
}
Regards,
Hung PD
You must be logged in to reply to this topic.Log in/Sign up