Hello, I need help removing this Loox stars review number

I tried removing it manually but I could not find the code. Some help would be very appreciated. I have already deleted the app.

1 Like

Hi @noah12345 .

I’m Richard Nguyen from PageFly- Free Landing Page Builder

can you send me Link URL, so i can help you.

Hope this answer helps.

Best regards,

Richard | PageFly

@noah12345

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

https://bomberflex.com/ here is my site

https://bomberflex.com/

1 Like

Hi @noah12345
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can try my custom code here to hide the star rating
Step 1: Open theme folder
Step 2: Search theme.scss file
Step 3: Add this custom css to bottom of this file

body div.arv-collection {display: none !important;}

Hope this answer helps.

Best regards,

Richard | PageFly

@noah12345

thanks for URL, can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-single__meta .arv-collection {display: none !important;}