Home Forums Themes Support Claue Review stars in store listings

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #11042

      Hello, is it possible to show review stars in the store listings, next to the price, for example?

    • #11048

      Hi,

      You can show stars rating on category (product listing) page by add below code in functions.php in claue-child

      After that add below code to style.css in claue-child

      .products .product-info .star-rating { float: left;}
      .products .product-info .star-rating + .price { display: inline-block; width: 100%;}

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #11050

      Awesome, thank you!

Viewing 2 reply threads

You must be logged in to reply to this topic.