I tried removing it manually but I could not find the code. Some help would be very appreciated. I have already deleted the app.
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
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
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
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
thanks for URL, can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-single__meta .arv-collection {display: none !important;}
