Remove stars at the top of Product Reviews

Hi, so I have quite a few problems with those stars right there (see image below) and I would like to remove them. The community post linked below provides a solution to remove ALL the stars from the reviews but I would just like to remove the top ones. Also, I don’t want a gap after I remove them.

Community Post

Is it possible?

Hello! (english version below)

Pour ce faire, tu peux ajouter cette ligne à la fin de ton fichier base.css.
Pour y accéder : Boutique en ligne > Modifier le code > Assets > Base.css :

.spr-starrating { display: none!important; }


You can add this ligne at the end of your base.css file.

To open it, you have to go to : Online store > Edit code > Assets > Base.css :

.spr-starrating { display: none!important; }

Best!

1 Like

Exactly what I was looking for, thank you so much!