Shopify themes, liquid, logos, and UX
Hello everyone hope you are all are doing well.I want to remove in product page the sign (0) , its under prices.How can be removed
Solved! Go to the solution
This is an accepted solution.
Hello @VisarK,
<style>
p.rating-count.caption {
display: none !important;
}
</style>
Thanks!
This is an accepted solution.
Hello @VisarK,
<style> p.rating-count.caption { display: none !important; } </style>
Thanks!
Hey @VisarK
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
p.rating-count.caption {
display: none !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello,
Please share your store url?
Thanks!
Hello @VisarK,
p.rating-count.caption {
display: none !important;
}
Thanks!
This is an accepted solution.
Hello @VisarK,
<style>
p.rating-count.caption {
display: none !important;
}
</style>
Thanks!
This is an accepted solution.
Hello @VisarK,
<style> p.rating-count.caption { display: none !important; } </style>
Thanks!
Hi @VisarK,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file -> Save
.product__info-wrapper p.rating-count.caption {
display: none !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Hi @VisarK,
You can try this code by following these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Inside tag head. You need create style tags. After you'll insert my code inside it
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Hi @VisarK Thanks for the URL, Please add the code in your theme.css/base.css/style.css file which is available in your theme.
p.rating-count.caption {
display: none !important;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Hello @VisarK ,
I understand you are looking to remove the unnecessary sign(0) appearing in your Product Detail Page.
You can remove this by adding the below CSS code at the bottom on your store css file (base.css/ style.css/theme.css file) and save.
p.rating-count.caption {
display: none !important;
}
After applying code output will be like this -:
I hope the code helps you.
Please share if you need any further assistance.
Thank you.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025