Can anybody helps me?! I'am a newbie & my mother language isnt English.

Screenshot 2024-08-11 140837.png
I designed online store on Dawn theme & now im using star rating and reviews by Judge.me. What have i do to disable the no star and no reviews yet. Tks u so much if u spend time on my question!

@quanghuyyy63 can you please share this page link where you have no star review?

Hello @quanghuyyy63

where this section is located?

Plz help me!

can you please share feature product page link?

its here: https://veedyoffcial.com/

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.collection .alr-wh-star-rating { display: none !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

So sorry cuz i waste so much time ,it work at home page but didnt work on my relative product

Remove the code and add this

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.alr-wh-star-rating { display: none !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

1 Like

Thank u so much, my HERO!

1 Like