• Resolved pilotmev

    (@pilotmev)


    Hi All,

    Newbie here. Hope you can assist me. How can I remove the date of the reviews in my woocommerce? Do you know any plug in. I have tried to search, and didnt find one for woocommerce. Or if theres no plug in, how can I do it?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this custom css:

    .comment_container .woocommerce-review__dash,
    .comment_container .woocommerce-review__published-date {
      display: none;
    }

    Custom CSS can be enetered at:
    Dashboard > Appearance > Customize > Additional CSS

    Thread Starter pilotmev

    (@pilotmev)

    Thank you lorro.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove the date of woocommerce product review’ is closed to new replies.