Hide review date on product reviews - by Supratik Ghosh

This topic has 4 replies, 3 voices, and was last updated 3 years, 7 months ago ago by John Holden

  • Avatar: Supratik Ghosh
    Supratik Ghosh
    Participant
    August 31, 2020 at 14:13

    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.

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 31, 2020 at 17:40

    Hello,

    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

    Avatar: Supratik Ghosh
    Supratik Ghosh
    Participant
    September 1, 2020 at 00:43

    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

    Avatar: John Holden
    John Holden
    Support staff
    September 1, 2020 at 05:08

    Hi,

    Use below code

    #reviews .meta time {
        display: none;
    }

    Regards,
    Hung PD

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.