Home Forums Themes Support Gecko grey review stars

Topic Resolution: Resolved
Viewing 8 reply threads
  • Author
    Posts
    • #16565

      Hi,

      the stars in review in product page are grey even I after define the review star, for ex. if I give 3 stars there’re 2 stars should be grey however currently all of them are grey.

       

      Attachments:
      You must be logged in to view attached files.
    • #16574

      Hi Hallbird,

      Which part you talking about, i check your site it still work well http://take.ms/RC47rT

      Best regards

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

    • #16576

      Hi,

      after you submit the review,you’ll notice

    • #16578

      Could you send me the link of product have this issue?

      Thanks

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

    • #16579
      This reply has been marked as private.
    • #16580

      Hi,

      Please add below code to JanStudio > Theme Option > General Layout > Custom CSS to fix

      .entry-summary .star-rating {
          margin: 0 0 0 5px;
      }
      .comment-text .star-rating,
      .entry-summary .star-rating {
          float: left;
          text-align: right;
          letter-spacing: 3px !important;
      }
      .star-rating::before, .star-rating span::before {
          left: auto;
          right: 0;
      }

      Best regards

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

    • #16581

      Hi,

      great as always it worked,

      however in home page under product image, the grey star still there

      but inside product page, it fixed

    • #16583

      Hi,

      Please add more code

      .products .star-rating {
          text-align: center;
          letter-spacing: 3px !important;
      }
      .products  .star-rating span {
          right:  0;
      }

      Best regards

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

    • #16594

      great = !

      as always , fast and amazing

      it got fixed

Viewing 8 reply threads

You must be logged in to reply to this topic.