All Collections
EmbedReviews
FAQs and Troubleshooting
How to disable the stars and average rating from my widget
How to disable the stars and average rating from my widget

How to disable the stars and the average rating from the header section of my widget

Didi avatar
Written by Didi
Updated over a week ago

In this short article, I will help you with how you can disable the stars and the average rating from the header section of the widget so they won't be displayed anymore.

First, navigate to the 'Widgets' tab and click 'Edit' on the feed/widget that you want to disable the stars and average rating:

Once you have opened the editor, click on the 'Header' setting, as shown in the screenshot below:

And disable the 'Average rating' setting:

If you want to remove the number of reviews as well, add the following CSS in the 'Custom CSS' section:

.es-widget-header-details-text {
display:none;
}

Please make sure to save the changes.

The final result will look like this:

If you have any questions or need additional assistance, please feel free to reach out and chat with us or send us an email at support@embedsocial.com

Also, If you feel like you need a demo of our product, with our EmbedSocial account managers, please click the Calendly link, and schedule one!

We're happy to help.

Did this answer your question?