Removing rating stars
On most Shopify themes, Monimo will automatically add the star ratings to your product pages, collection pages, homepage featured product (if you have one) and cart page.
In this article, we’ll show how to remove Monimo’s star ratings from your store’s pages.
Products feature on homepage
- Head over to Shopify Themes menu.
- Select ‘Actions’ menu and click on ‘Edit code’.
- Open the part you use for featured products (usually featured-product.liquid file)
- Delete the following code: <div id=”monimo_rate_6″ product-id=”{{ product.id }}” data-pattern=”[rating]/5, [count] {reviews} “></div>
Collection page
- Head over to Shopify Themes menu.
- Select ‘Actions’ menu and click on ‘Edit code’.
- Open the part you use for collection pages
- Find and delete the following code: <div class=”shop-booster-content shop-booster-col-rat” id=”shop-booster-pid-d-{{ product.id }}” data-pattern=”([count]) ” style=”font-size: 14px;letter-spacing: 0px;”></div>
Product pages
- Head over to Shopify Themes menu.
- Select ‘Actions’ menu and click on ‘Edit code’.
- Open the part you use for product
- Find and delete the following code: <div id=”monimo_rate_6″ product-id=”{{ product.id }}” data-pattern=”[rating] ([count] {reviews}) “></div>
Cart page
- Head over to Shopify Themes menu.
- Select ‘Actions’ menu and click on ‘Edit code’.
- Open the part you use for cart page (usually cart-tempalte.liquid)
- Find and delete the following code: <div class=”shop-booster-content shop-booster-col-rat” id=”shop-booster-pid-d-{{ item.product.id }}” data-pattern=”([count]) ” style=”font-size: 14px;letter-spacing: 0px;”></div>
Please don’t hesitate to contact our Support Team if you need any further assistance.