Skip to main content

All Reviews Counter

Showcase your store’s overall review score and build trust with new shoppers.

Updated yesterday

Available on the Free plan

The All Reviews Counter (previously known as the Reviews Text widget) shows your store's average rating and total number of published reviews, helping you build social proof with a minimal, distraction-free approach. It’s easy to install and fully customizable, so you can match it to your brand without disrupting your store’s layout.


Add the All Reviews Counter

To add the All Reviews Counter on your store front:

Step 1: Enable Judge.me app embed

To enable Judge.me app embed:

  1. Go to your Shopify theme editor:

    • From your Shopify admin, go to Online Store > Themes.

    • Find the theme you want to edit and click Customize.

  2. From the menu on the left, click the App embeds icon (the third icon).

  3. Enable the "Judge.me" app embed.

  4. Click Save on the top right.

Step 2: Add the All Reviews Counter block

To install the All Reviews Counter in Shopify theme editor:

  1. Go to Shopify theme editor:

    • From your Shopify admin, go to Online Store > Themes.

    • Find the theme you want to edit and click Customize.

  2. From the dropdown menu at the top, select the template you want to show the All Reviews Counter.

  3. Add the All Reviews Counter block:

    • On the left panel, find the section where you want to add the Verified Reviews Counter and click (+) Add section.

    • Go to the Apps tab

    • Select the Reviews Text block.

    • Hover over the block, hold the 6-dot icon (⋮⋮), and drag it up or down to change its position.

  4. Click Save on the top right.


Customize the All Reviews Counter

1. Theme

To choose a theme for your All Reviews Counter:

  1. From your Judge.me admin, go to Settings > Widgets.

  2. Scroll down to find the All Reviews Counter card and click Customize.

  3. In the Theme section, choose between the 2 following themes:

    • "Branded version", which includes:

      • A verified badge (checkmark inside a circle)

      • The average star rating displayed numerically

      • 5 star icons

      • The “4.6 out of 5 stars based on 50 reviews” text

      • "Verified" mark with Judge.me logo

    • "Text-only", which includes:

      • 5 star icons

      • The "Customers rate us {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 based on {{ shop.metafields.judgeme.all_reviews_count }} reviews." text

  4. Click Save.

2. Link to a Reviews page

To link your All Reviews Counter to a Reviews page:

  1. From your Judge.me admin, go to Settings > Widgets.

  2. Scroll down to find the All Reviews Counter card and click Customize.

  3. Scroll down to the Design section.

  4. Check the box next to "Link widget to All Reviews Page if available".

  5. In the All Reviews Page URL field, enter the link to your All Reviews page.

  6. Click Save.

3. Branded version theme: Color

If you select Branded version as the All Reviews Counter theme, to change its color:

  1. From your Judge.me admin, go to Settings > Widgets.

  2. Scroll down to find the All Reviews Counter card and click Customize.

  3. Scroll down to the Color section.

  4. Choose from the following options:

    • "Default counter colors" – uses the standard Judge.me color

    • "Custom color" – select your own colors using the color picker

  5. Click Save.

4. Text only theme: star icons

To show the star icons in the All Reviews Counter (Text only theme):

  1. From your Judge.me admin, go to Settings > Widgets.

  2. Scroll down to find the All Reviews Counter card and click Customize.

  3. Scroll down to the Design section.

  4. Check the box next to "Add stars icons to the All Reviews Counter".

  5. Click Save.

5. Text only theme: texts

To adjust the texts in the All Reviews Counter (Text only theme):

  1. From your Judge.me admin, go to Settings > Widgets.

  2. Scroll down to find the All Reviews Counter card and click Customize.

  3. Scroll down to the Design section.

  4. In the Text field, adjust the default texts to your likings:

    • Default texts: "Customers rate us {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 based on {{ shop.metafields.judgeme.all_reviews_count }} reviews."

    • Variables you can use in the Text field:

      • {{ shop.metafields.judgeme.all_reviews_rating|round:1 }} to show the average rating of all reviews

      • {{ shop.metafields.judgeme.all_reviews_count }} to show the total number of reviews

      • {{ shop.metafields.judgeme.shop_reviews_rating|round:1 }} to show the average rating of all Store reviews

      • {{ shop.metafields.judgeme.shop_reviews_count }} to show the total number of store reviews

  5. Click Save.


Customize the All Reviews Counter with CSS

To apply more custom styling to your All Reviews Counter:

  1. From your Judge.me admin, go to Settings > Widgets.

  2. Scroll down to find the All Reviews Counter card and click Customize.

  3. Scroll down and open the Advanced section at the bottom.

  4. In the Custom CSS (Advanced) editor, add the CSS code from the table below. The Custom CSS editor is limited to 500 characters.

  5. Click Save.

What you want to change

CSS code

To change the text color in the All Reviews Counter (Text only theme)

.jdgm-all-reviews-text__text {
color: black !important;
}

To change the text color in the All Reviews Counter (Branded version theme)

span.jdgm-all-reviews-text__text a {
color: #108474;
}

To remove the link underline in the All Reviews Counter

.jdgm-all-reviews-text__text a {
text-decoration: none;
}

To center the All Reviews Counter

.jdgm-all-reviews-text a {
justify-content: center;
}
Did this answer your question?