• Resolved tyrell888

    (@tyrell888)


    Want to show “Review Star Summary” and “Number of Review Total” underneath the “Product Title”. There’s a sample of what I’m want in the link to my page.

    In addition, can I disable the Star’s Percentage? For Exmaple, 1/5, 2/5, 3/5, 4/5, 5/5. This feature is redundant as the Stars already express the ratio.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi tyrell,

    This is definitely possible. You need to make sure you have the “Override Product Page Ratings” option enabled (in the WooCommerce area of the options tab). Beyond this, it is important to note that the placement of the stars really is dependent on the theme you are using. It’s the theme that sets/controls the layout of the shop page. Our reviews plugin doesn’t set any of that styling. It doesn’t generate the stars under the title. It just replaces the default WooCommerce rating/score with the score from our plugin. So, if your theme doesn’t show any stars there to begin with, our plugin won’t add them.

    If you wanted to hide the review score number down below in the reviews tab, you could use the following custom CSS:

    .ewd-urp-review-score-number {
    display: none;
    }
    
Viewing 1 replies (of 1 total)

The topic ‘General Customization’ is closed to new replies.