Tripadvisor green point and not stars (alignment on left)

Good morning
how is possible to show only the green point of tripadvisor and not the stars?
I saw another website with your service who show the green point review.

Other question, i’m using the “embeddable widget” but always go in the center of my div, how i can put it in the left? I also added a div with align=left but always go on the center
Thank you

1 Like

Hello @Roberto3! Welcome to Elfsight Community :heart:

Unfortunately, our widget doesn’t have an option to display only the green point. Could you please share an example of the website with the green point review?

As for the widget alignment, here is the CSS code you should add to the Custom CSS field on the Appearance tab:

[class*="BadgeContainer__Inner-sc"] {
	margin-left: 0;
	padding: 0;
}

Please check it and let me know if it helped :slightly_smiling_face:

hi, you can check on https://www.imperatoretravel.com/
they use your widget

i attach the screenshot with the green icon on them website

1 Like

@Roberto3 I am so sorry for misunderstanding!

I got you!

To display green circles instead of stars, you just need to follow these steps:

  1. Firstly, you need to enable Show Reviews on click button

  1. Then choose Reviews panel on the Appearance tab:

  1. Click on Rating section and choose Native:

After that, you can disable Show Reviews on Click if you’d like that.

Please check it and let me know if it helped :slightly_smiling_face:

1 Like

wow, yes, it’s perfect
Thank you

1 Like

@Roberto3 It’s nothing!

Have a great day :wink:

hi
is possible edit widget dimentions?

Thank you

1 Like

Hi @Roberto3!

Could you please send me a direct link to the webpage where the widget is installed?

hi, is here: www.ischiahotel.net but you need to make a search and in the search result i have this widget

1 Like

Thank you!

I’ve forwarded your request to our devs! Please do not worry, we’ll keep you updated.

Have a great day :slightly_smiling_face:

Hi @Roberto3 ,

You can try using this CSS code:

[class*="BadgeContainer__Inner"] {
  transform: scale(0.7);
}

Let me know if this is what you were looking for!

3 Likes

thank you Masha, it’s working

1 Like