Control what the AI-Generated Summary shows

On the AI-Generated Summary, I’d like to be able to turn off “AI-Generated Summary” and “Based on x Google Reviews”.

1 Like

Hi @Bradly_Fackrell and welcome aboard :wave:

To remove “AI-Generated Summary” and “Based on x Google Reviews” text, please add this code to the Custom CSS field on the Style tab of your widget’s settings:

.global-styles,
.es-ai-summary-info-container {
  display: none !important;
}

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

That works. Thank you!

1 Like

That’s great!

Just in case, I’d like to let you know that we have a CSS Codes category where you can find the most popular codes for different apps (including Reviews). Feel free to check it out - CSS Codes - Elfsight Community

Thank you. That looks like a valuable resource.

You are very welcome :wink:

Hello I put in the custom CSS and it’s still showing AI generated summary, can you provide anymore insights?

1 Like

Hi, @belal_aloul, welcome to the community!

It seems you’ve added this code to the All-in-one-Reviews widget, but ut works only for the Google Reviews :slight_smile:

Could you please double-check?