Removed review app but product stars still appearing

Topic summary

Issue: After uninstalling the Air: Product Reviews app, product star ratings still appear on product pages. The user checked base.css and theme.liquid but couldn’t locate related code. They also asked for a free reviews import app with photos and a ~100+ import limit.

Attempted fixes (code-focused):

  • Suggested CSS: hide .dbtfy-star-rating-badge in base.css. Result: removed Debutify’s rating (which the user wants to keep) but not Air’s stars.
  • User CSS: .rating-star::before { display: none; }. Result: removed the star icons but the review count in brackets remained visible.

Notes: Code snippets and CSS selectors are central to the discussion. The persistent review count suggests additional elements/selectors remain active.

Status/next steps: No resolution yet. The thread lacks guidance on removing the remaining review count tied to the Air app’s output. The request for alternative free review-import apps with photos (≥100 imports) remains unanswered.

Summarized with AI on January 9. AI used: gpt-5.

I unistalled the Air: product reviews app however the product stars are still appearing. I’ve already checked on base.css and theme.liquid and can’t seem to find anything related to this, any suggestions?

also if anyone knows of any import review apps with photos for free with a reasonable import limit of at least 100 (asking for too much I know).

thanks a lot!

Hi @baggypack

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

.dbtfy-star-rating-badge {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hi,

that didn’t work. It removed my Debutify rating (which I want to keep) but didn’t remove the one from Air app.

I added the following code to base.css:
.rating-star::before {
display: none;
}

that removed the stars themselves but not the number of reviews in brakets ()