Solved

looking to hide dates in Shopify reviews

MayesNYC
Tourist
8 1 1

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

Accepted Solution (1)

Diamond_Team
Shopify Partner
112 14 24

This is an accepted solution.

Hello MayesNYC,

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

Apps > Product Reviews > Settings
 
From the Author information Input, Delete 
on <strong>{{ review.created_at | date: '%b %d, %Y' }}</strong>
before.PNG
Click Save
it should look like this after deleting this text:
after.PNG
Hope that will help you,
Best regards,
Diamond team
 
 

 

If the answer was helpful for you, then please Like and Accept the Solution.
Get our new boundless theme product page template from here
Want modifications or custom changes on a store contact us
Email: diamondteam4coding@gmail.com

View solution in original post

Replies 6 (6)

ZestardTech
Shopify Expert
5393 970 1291

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

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

Diamond_Team
Shopify Partner
112 14 24

This is an accepted solution.

Hello MayesNYC,

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

Apps > Product Reviews > Settings
 
From the Author information Input, Delete 
on <strong>{{ review.created_at | date: '%b %d, %Y' }}</strong>
before.PNG
Click Save
it should look like this after deleting this text:
after.PNG
Hope that will help you,
Best regards,
Diamond team
 
 

 

If the answer was helpful for you, then please Like and Accept the Solution.
Get our new boundless theme product page template from here
Want modifications or custom changes on a store contact us
Email: diamondteam4coding@gmail.com
MayesNYC
Tourist
8 1 1

thanks that worked great.

ChiragV
Excursionist
13 0 1

Thanks!

martincarvalho
Shopify Partner
2 0 1

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.

Aguntook
Visitor
1 0 0

Really helpful.