- 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:
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?
Hey there, and welcome aboard @Nabil_Edgtton
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
It works! Thanks a lot
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 - April Giveaway: Celebrate 80K Members with Us & Win 3 FREE Months!
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?
Oh, I am really sorry about this issue!
I’ve forwarded it to the devs and will get back to you tomorrow
Hi @Nabil_Edgtton
please add this class to your code and let us know if it works.
.es-review-content-text-container,
.es-ai-summary-text
es-ai-summary-text → is for the AI ​​summary if you use it
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;
}
That fixed it! Thanks so much!!