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 ()