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.
Site URL: hidden Theme version: 7.0.0 WooCommerce version: 4.4.1Hello,
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.