Forums
Home / Plugin: Customer Reviews for WooCommerce / Data delete
(@ricsca2)
2 years ago
Is there a way to not display the date a comment was posted? Thanks
(@cusrevsupport9)
Hi,
Thank you for using CusRev.
Unfortunately, the plugin doesn’t have an option to hide reviews dates. However, it is possible by modifying the reviews templates in WooCommerce as described here: https://docs.woocommerce.com/document/template-structure/.
Another way, you can add this custom CSS code to Appearance > Customize > Additional CSS, to hide the date.
time.woocommerce-review__published-date { display: none !important; }
Ok thanks