How to delete hardcoded stars in debutify product page?

Hello there,

I can’t seem to find how to delete the upper stars(picture).

I use debutify reviews but it show’s two sets of stars.

It looks like the upper stars are hardcoded, can someone help me out?

www.pexxo.nl

Hi @WillemE

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
a2-reviews-total {
    display: none !important;
}

Hi @WillemE

Star you mentioned in image belong to another 3rd party A2 review app. You can remove it by deleting that app or go to your Online store > Themes > Edit code > Snippets > product-template.liquid file, find and remove a2 snippet code

I had to do both, thank you for your help!

You are very welcome, @WillemE