Home Forums WoodMart support forum Product ratings and hover image product

Product ratings and hover image product

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #379312

    lucky7seven
    Participant

    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)
    ok
    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.
    mouseover
    https://ibb.co/Snxqqxn

    • This topic was modified 1 year, 11 months ago by lucky7seven.
    #379380

    Luke Nielsen
    Keymaster

    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

    #379432

    lucky7seven
    Participant

    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

    #379440

    Luke Nielsen
    Keymaster

    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

    #417021

    tcsg.toth
    Participant

    Any update on this? Is this still not available? 🙁

    #417227

    Luke Nielsen
    Keymaster

    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

Viewing 6 posts - 1 through 6 (of 6 total)