Viewing 12 replies - 1 through 12 (of 12 total)
  • +1 for needing this.

    We are discussing the option of removing it. Stay tuned.

    Also looking to do this!

    Have you found solution how to remove those stars??

    Have you found solution how to remove those stars?

    Thread Starter petemann

    (@petemann)

    Nope I haven’t just used another plugin

    What other plugin? I can’t find a simple plugin where a client can leave a message, his name and the name of the product, nothing else. Could you please suggest such a plugin, if you would be so kind?

    Plugin Author Aaron Queen

    (@bompus)

    With 3.0.7, the average rating actually shows 0 stars when you have 0 reviews. If you truly do not want the average rating or total number of reviews to display at all, we can add that as an option in the future. For now, you can easily hide it by adding an override line to your theme CSS file.

    body div.wpcr3_aggregateRating { display: none !important; }

    It didnt work, before the update I was able to remove the “human box” and the stars, but now I’m totally lost….

    Actually I was able to remove stars with this code below, but the word rating in the form is still there and if try to hide it it hides all labels on the form 🙁

    div.wpcr3_rating_style1 div {
    display: none !important;
    }

    Oh ok…now I cant fill in the form because it’s looking for rating…:-((

    Im trying to achieve the opposite – display only the rating without any reviews! 🙂

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Average rating – How do you remove this’ is closed to new replies.