How do i remove the stars on product page?

The stars i’ve highlighted, my page is: 1816 - Inspired By One Million – aurathefragrance and the password is daonag

Hi @AURA20223 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-rating.css->paste below code at the bottom of the file:

.rating {
    display: none;
}

.rating-count.caption {
    display: none;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

Thank you this worked