Okay
  Public Ticket #2791931
WooCommerce Product Rating
Closed

Comments

  • Xander started the conversation

    We want to be able to see the ratings on our catalog pages. How would we go about adding them?

    Something like the attached (though Salient styled).


  •  1,878
  • Xander replied

    That turns them on, but they only show on the details page or on hover if we have selected "Price/Star Ratings on Hover" (which doesn't work for mobile, since hover isn't a thing). We want them to show in product listings (product category), above the price.

  •  1,878
    Judith replied

    HI Xander,

    Please send in your admin login credentials so that we can look into this further.

    Thanks.

  •   Xander replied privately
  •  8,847
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .woocommerce .products .classic .star-rating, .woocommerce-page .products .classic .star-rating, .woocommerce-page .products .material .star-rating, .woocommerce .products .material .star-rating, .woocommerce .products .minimal .star-rating {
        display: table !important;
        margin: auto;
    }
    .woocommerce .star-rating {
        width: 90px !important;
    }

    Thanks


    ThemeNectar Support Team