Archived topic
Remove star rating on right sidebar
3 replies · Started by Edward on May 2, 2020
Viewing posts 1–4 of 4
Hi there,
I have products widget on the right sidebar.
Is there a function to remove the star rating on them? or any css I could add to remove them?
thanks in advanced!
Hi there,
try adding this CSS:
.woocommerce ul.product_list_widget li .star-rating {
display: none;
}
that worked, thanks David!
You're welcome
This archived topic is closed to new replies.