Uninstalled Shopify Review App but the stars remains

Hi, I just uninstalled the Shopify Product Reviews app and installed another reviews app.
Unfortunately, the stars remain on the collection pages from the uninstalled app. How can these be removed?

How to find the remnants of the code left after the uninstallation?

Url: doftnoter.se

Password: test12345

Thanks.

@entranced
Hello, Please Add This CSS
Go to Online Store > Edit Theme > Assets > base.css

.rating-star::before {
	display: none;
}

Thanks a lot!