Skip to main content

Floating Reviews Tab

Display product and store reviews in a non-intrusive floating button on your store.

Updated over a week ago

๐ŸŒŸ Build trust instantly by letting customers access your best reviews from a clickable floating tab. Unlock this widget with your 15-day free trial today!

The Floating Reviews Tab is a compact, interactive widget that appears as a floating button on the side of your storeโ€™s screen. When clicked, it reveals a lightweight version of your All Reviews Page, allowing visitors to read store and product reviews without leaving their current page.

Customize your Floating Reviews Tab

1. Select a style for the Floating Reviews Tab

To select how your Floating Reviews Tab will show on the pages:

  • From your Judge.me admin, go to Widgets > Floating Reviews Tab > Customize.

  • In the Theme section, under Tab style:

    • Select "Stars and average rating" to show 5 star icons and the average rating in the tab label.

    • Select "Text only" to show 1 star icon and the text "Reviews".

  • Click Save.

2. Customize the color of the Floating Reviews Tab

To change the color of the Floating Reviews Tab:

  • From your Judge.me admin, go to Widgets > Floating Reviews Tab > Customize.

  • Scroll down to the Color section.

  • Under Widget theme, select "Custom color".

    • In the Background color field, select a color for the background of the tab.

    • In the Text color field, select a color for the text in the tab label.

  • Click Save.

3. Customize the texts in the Floating Reviews Tab

To adjust the texts in your Floating Reviews Tab:

  • From your Judge.me admin, go to Widgets > Floating Reviews Tab > Customize.

  • Scroll down to Text.

  • Adjust the texts to your likings and click Save.

Option

Default texts

Tab name

โ˜… Reviews

Tab title

Let customers speak for us

4. Link your Floating Reviews Tab to a Reviews page

To link the Floating Reviews Tab to your Reviews page:

  • From your Judge.me admin, go to Widgets > Floating Reviews Tab > Customize.

  • Scroll down to Text and enable "Link widget to All Reviews Page if available".

  • Enter the link to your Reviews page.

  • Click Save.

5. Hide the tab on mobile and tablets

To hide the Floating Reviews Tab on smaller screens:

  • From your Judge.me admin, go to Widgets > Floating Reviews Tab > Customize.

  • Scroll down to Display properties and enable "Hide widget on mobile and tablet devices".

  • Click Save.

6. Disable medals in the Floating Reviews Tab

To disable all medals in the Review Widget (transparency badge, authenticity badge,...):

  • From your Judge.me admin, go to Widgets > Floating Reviews Tab > Customize.

  • Scroll down to the Judge.me Medals section and disable "Show store medals".

  • Click Save.

This will also remove the medals in the All Reviews Widget.

7. Adjust the Store and Product reviews subtabs

To adjust the tabs inside the Floating Reviews tab:

  • From your Judge.me admin, go to Widgets > Floating Reviews Tab > Customize.

  • Scroll down to the Store reviews section.

  • Under Subtab order, you can choose to show either:

    • "Product reviews first"

    • "Store reviews first"

  • You can also change the tab title and the button text and click Save.

Option

Default text

Store reviews title

Shop Reviews

Product reviews title

Product Reviews

Write a store review button text

Write a Store Review

These changes will also apply to the All Reviews Widget.

Customize the Floating Reviews Tab with CSS

To apply more custom styling to your Floating Reviews Tab:

  • From your Judge.me admin, go to Widgets > Floating Reviews Tab > Customize.

  • Scroll down to Advanced and open the Custom CSS (Advanced) editor.

  • Add in the CSS code.

  • Click Save.

To remove the "Based on {{ n }} reviews" text from the Floating Reviews Tab header

.jdgm-revs-tab__url span {
display: none;
}
Did this answer your question?