Viewing 4 replies - 1 through 4 (of 4 total)
  • @chiragagarwal thank you for using our plugin.

    You can hide using CSS. You can use the code below.

    .comment_container span.woocommerce-review__dash {
    display: none !important;
    }
    .comment_container time.woocommerce-review__published-date {
    display: none !important;
    }

    Thread Starter chiragagarwal

    (@chiragagarwal)

    Hi, thanks for quick response. Hm, that didn’t work for me. Here is a link to one of the product pages –
    https://bit.ly/30RuEjD

    @chiragagarwal I just want stress out that cusrev plugin does not have control over how your reviews are displayed on your product pages.

    The main feature of the plugin is to remind your customers to review their orders and offer them a convenient user interface for submitting reviews. Then, their reviews are transmitted from the aggregated review form to WooCommerce product pages and displayed using standard WooCommerce reviews.

    Woocommerce and your theme are responsible for how your reviews will show up on your product pages and I’m just helping you on this issue as a courtesy. So I’m setting your expectation that it may or may not work as it depends on how your theme is structured.

    You can try the CSS code below.

    .commentlist .review-item time {
    display: none;
    }

    Thread Starter chiragagarwal

    (@chiragagarwal)

    that’s helpful! thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Turn off date?’ is closed to new replies.