Hi,
Is it possible to keep the stars ratings, but remove the reviews count for courses?
I like the stars, but don't want the reviews. I'll use global testimonials instead.
Thanks!
Can you please share the screenshot where you want to remove the reviews.
We will share the css fix to hide reviews if possible.
I've attached a page that shows the stars and text. It would be great to have a cumulative score without a lot of text.
Hi @Zen ,this is only available in the modern theme .
Hi@dfarjoun sorry as of now this cannot be possible in wplms .
But is it then possible to remove both the star ratings and the reviews count for courses?
@nena14: yes use this custom css:
.single-course div#item-meta strong {
display: none;
}