Product ratings and hover image product
-
1. How can i change the colour of the rating stars? and How many ratings the product has exmaple:
staricoon/staricoon/staricoon/staricoon/staricoon (5)

https://ibb.co/GQvv0tF
2. How can i remove the zoom effect when i go mouseover. I want only a second image beacase the image fallsover see example thats not good.

https://ibb.co/Snxqqxn
-
This topic was modified 3 years, 1 month ago by
lucky7seven.
Hello,
I have prepared custom code for changing the color of the stars and for disabling the hover effect for the product image. Enter it to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
.product-grid-item .wd-star-rating .star-rating {
color: blue;
}
.product-grid-item .product-element-top:hover .hover-img {
transform: none;
}
Please let us know if there is anything further we can assist you with!
Kind Regards
Thanks for the codes that worked.
I only wanted the number of reviews that have been placed on the product next to the stars, see example the red number
https://i.postimg.cc/ydf0mvkt/Schermafbeelding-2022-05-27-om-15-51-47.png
Hello,
While there’s currently no way to do that, we appreciate you taking the time to let us know what you’re looking for most of the improvements we make come from ideas and suggestions like yours, so thank you, and have a good day!
Kind Regards
Any update on this? Is this still not available? 🙁
Hello,
Sorry, but Woocommerce does not allow showing the reviews count in the grid.
You can read the below article which describes how to do it:
https://wordpress.org/support/topic/review-count/
Kind Regards