Plugin Support
RK a11n
(@riaanknoetze)
As far as I’m aware the ratings from existing reviews will still show, it’s just that new reviews aren’t possible.
With that said, it might be possible to hide those stars with custom CSS. To check, would you mind sending through a store URL to look at?
I’ve just started the store so none of the products have rating yet.
https://www.wojuedingxingfu.com/shop/
Thanks!
Don’t know if it can help you but on the backend “all products” page, the ratings column is still showing also (and all the products are marked with “no rating”).
Plugin Support
RK a11n
(@riaanknoetze)
To hide those stars using custom CSS, you could add the following to your WordPress settings under Appearance > Customize > Additional CSS:
.woocommerce .widget .star-rating {
display: none;
}
Hope it helps 🙂
Wow, you’re fast to answer, that’s very appreciated!
The custom CSS works, great! Will leave a 5 stars.
Hi!
On mobile view, the rating still shows up :p
Might have something to add to the CSS.