Review Count

Topic summary

A user seeks to remove the review count from a review dropdown tab on their product page using the Prestige theme.

Solution Provided:
Another participant shared a CSS code snippet to hide the review count:

  • Navigate to: Online Store > Themes > Customize > Theme settings > Custom CSS
  • Add the provided CSS code that sets the display property to ‘none’ for the collapsible button text element

Status:
The issue appears resolved with a straightforward CSS customization. The solution targets a specific UI element without requiring theme file modifications.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

Hello, I want to ask how can I remove the review count from review dropdown tab on product page. Prestige theme.

Hello @silvenze ,
Please share your store link, Thanks!

www.silvenze.com

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

.Collapsible__Button .text--light { display: none; }