• Resolved Ricsca2

    (@ricsca2)


    Is there a way to not display the date a comment was posted?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • cusrevsupport9

    (@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;
    }
    Thread Starter Ricsca2

    (@ricsca2)

    Ok thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Data delete’ is closed to new replies.