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!!!
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,
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.