How do I get rid of these black star? I have deleted the loox app and cannot find the code anywhere on my theme.
It’s on a featured collection.
Hi @EthanOSHOP
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.rating,
.rating-count {
display: none !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hi @EthanOSHOP
Try this,
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 “component-card.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:
.rating, p.rating-count.caption {
display: none !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hey,
Rotem from the Loox team here ![]()
I just wanted to check with you if this was resolved.
If not, please contact our support team, and we’d be happy to help!

