[Support request] Remove date comments and review WooCommerce.

Home Forums Support [Support request] Remove date comments and review WooCommerce.

Home Forums Support Remove date comments and review WooCommerce.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1311115
    Leon

    How can I delete the date from a client comment and review in WooCommerce?
    I don’t want to show dates because i’m not getting that much reviews.

    #1311434
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS to remove the comment date and time:

    .entry-meta.comment-metadata {
        display: none;
    }

    The theme itself doesn’t handle WooCommerce functionality but maybe this would help?
    https://wordpress.2bearstudio.com/woocommerce-disable-product-review-tab/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.