Can you provide the CSS code to remove the review rating and stars from a the product page? I would like to keep the amount of orders on there. I am using this CSS code but it is removing the orders as well.
.single-product .product-main .product-rate {
display: none;
}
.product-item .starRating {
display: none;
}
.single-product .product-main .product-rate {
display: none;
}
.product-item .starRating {
display: none;
}