How can I hide review dates in the Boundless theme?

Hi,

I’m looking to hide the review dates in the Shopify review app.

Using the Boundless theme.

Here is my store with my first review https://mayesnyc.com/collections/all/products/crane-maxi-dress

thanks!!!

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
span.spr-review-header-byline {
display: none;
}

Screenshot :- https://prnt.sc/124h2af

Hello MayesNYC,

You Can hide the Reviews date from the Product Reviews Settings,

Apps > Product Reviews > Settings

From the Author information Input, Delete
on {{ review.created_at | date: ‘%b %d, %Y’ }}

Click Save
it should look like this after deleting this text:

Hope that will help you,
Best regards,
Diamond team

thanks that worked great.

Thanks!

It doesn´t work if you´re using @app blocks (Online Store 2.0). Updates on the settings page take no effect on the front end.

Really helpful.