Bold Text Issue

  • Issue description:

We changed our widget over from squarespace to webflow and it is now displaying bold text. How can I change the text back to displaying normally?

  • Link to the page with the widget in question:
2 Likes

Hey there, and welcome aboard @Nabil_Edgtton :wave:

We’ve the issue using this code in the Custom CSS field on the Style tab of your widget’s settings:

.es-badge-total-reviews,
.es-header-rating-reviews-count,
.es-review-content-text,
.es-review-content-control,
[class*="ReviewSource__StyledReviewInfo-sc"],
.es-review-source-source-name {
  font-weight: normal !important;
}

Please check your website and let me know if it’s fine on your end too :slightly_smiling_face:

1 Like

It works! Thanks a lot

1 Like

No sweat!

In the meantime, I’d like to remind you about our Giveaway, where you can win 3 FREE months for your subscription.

Check the details and join in :wink: - April Giveaway: Celebrate 80K Members with Us & Win 3 FREE Months! :heart_eyes:

Hi, this issue seems to have returned in our widget (even though I had successfully used custom CSS code before). Any ideas why this could be and how we can fix it?

1 Like

Oh, I am really sorry about this issue!

I’ve forwarded it to the devs and will get back to you tomorrow :slightly_smiling_face:

Hi @Nabil_Edgtton
please add this class to your code and let us know if it works. :slightly_smiling_face:

.es-review-content-text-container,
.es-ai-summary-text

es-ai-summary-text → is for the AI ​​summary if you use it

1 Like

Hi Sina, thanks a lot for your help. Unfortunately it’s still not working. Here is the code we have currently now:

.es-badge-total-reviews,
.es-header-rating-reviews-count,
.es-review-content-text,
.es-review-content-control,
[class*=“ReviewSource__StyledReviewInfo-sc”],
.es-review-source-source-name {
font-weight: normal !important;
}
.es-review-content-text-container,

@Nabil_Edgtton
format it like this

.es-badge-total-reviews,
.es-header-rating-reviews-count,
.es-review-content-text,
.es-review-content-control,
.es-review-content-text-container,
[class*="ReviewSource__StyledReviewInfo-sc"],
.es-review-source-source-name {
  font-weight: normal !important;
}

2 Likes

That fixed it! Thanks so much!!

3 Likes