Hi all! I am trying to delete the “4.8/5.0” and “(6)” from my product page on Refresh theme but I cannot find a way to do it. I tried to edit the code but still couldn’t do it. I attach a picture for reference. Could anyone help me? Thank you so much!
Hi @theprofitrocket ,
Would you mind to share your store URL website? with password if its protected. Thanks!
Hi, Yes of course! Here it is ![]()
https://theprofitrocketautotrader.com/products/tpr-membership
Hey @theprofitrocket
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi Moeed, thank you so much for taking the time to answer my question! Your solutoin worked!! Thank you so much!!
Thank you for the information. Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
p.rating-text.caption {
display: none;
}
p.rating-count.caption {
display: none;
}
Result:
I hope it help.
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.


