On the AI-Generated Summary, I’d like to be able to turn off “AI-Generated Summary” and “Based on x Google Reviews”.
Hi @Bradly_Fackrell and welcome aboard
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
That works. Thank you!
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
Hello I put in the custom CSS and it’s still showing AI generated summary, can you provide anymore insights?
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
Could you please double-check?