Hide Review count in AI Summary

New business with just a few reviews. It’d be nice to hide the review count in the AI summary until I get a larger volume of reviews.

1 Like

Hi there, @user1010 :wave:

You can use this code in the Custom CSS field on the Style tab of your widget’s settings to hide this caption:

[class*="AISummaryAuthorBlock__Caption-sc"] {
  display:none;
}

Also, you can change the text in the Edit Texts section on the Settings tab:


Check it out and let me know if it helped :slightly_smiling_face: