How to remove star rating and review section on Product Page in Sense Theme

Hello @lyylus

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.rivo-reviews-star-rating {
    display: none !important;
}
div#panel-container {
    display: none !important;
}