CSS editing for product page

mattshieh

New Member
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. 1517957596745.png


.single-product .product-main .product-rate {
display: none;
}
.product-item .starRating {
display: none;
}
 
E

Ekaterina Sayapina

Guest
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. View attachment 2832


.single-product .product-main .product-rate {
display: none;
}
.product-item .starRating {
display: none;
}
Could you please send me your WP access details, we'll have a look at your website.
 
Top