• Resolved tatennis

    (@tatennis)


    Hi,

    I would like to know how I can REMOVE the information “customer reviews” on the star Rating.

    Just show it like this:

    ★☆☆☆☆ (1) and NOT ★☆☆☆☆ (1 customer review)

    I hope you can provide me a snippet.

    Best regards
    Niclas

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    There are no default settings for that in WooCommerce although you could try the following CSS workaround:

    
    .woocommerce-review-link {
      visibility: hidden;
    }
    
    .woocommerce-review-link .count {
      visibility: initial;
    }
    
    .woocommerce-review-link .count:before {
      content: "(";
    }
    
    .woocommerce-review-link .count:after {
      content: ")";
    }
    

    You can add that in your WordPress settings under **Appearance > Customize > Additional CSS**.

    Thread Starter tatennis

    (@tatennis)

    Thank you very much for your fast response! The shortcode works!

    One question: I don’t know why, but now the layout of the mobile version (only mobile) is not perfect as the last time. Please have a look: https://sauer-troeger.com/hellfire-x

    Best regards
    Niclas

    Plugin Support Damianne P (a11n)

    (@drwpcom)

    Hi @tatennis. I took a look at your site but I’m not sure what you are referring to on the mobile version of the site. Is the issue resolved? If not, could you please share a screenshot that demonstrates the issue? You can use a tool like https://snipboard.io/ for easily sharing screenshots – please follow the instructions on the page, then paste the URL(s) in your reply.

    Plugin Support Damianne P (a11n)

    (@drwpcom)

    Hi @tatennis. We haven’t heard from you in a while so I’m going to go ahead and mark this thread as resolved. If you still need help with this issue or have any other questions about the WooCommerce plugin, please start a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Show WooCommerce rating stars with count but without “customer reviews”’ is closed to new replies.