Title: General Customization
Last modified: July 20, 2019

---

# General Customization

 *  Resolved [tyrell888](https://wordpress.org/support/users/tyrell888/)
 * (@tyrell888)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/general-customization/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fgeneral-customization%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/general-customization/#post-11756550)
 * 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.

 * ![](https://ps.w.org/ultimate-reviews/assets/icon-128x128.png?rev=1814372)
 * [Ultimate Reviews](https://wordpress.org/plugins/ultimate-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-reviews/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/general-customization/#post-11756550)
 * Status: resolved