Hello, I want to ask how can I remove the review count from review dropdown tab on product page. Prestige theme.
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.
Hello @silvenze ,
Please share your store link, Thanks!
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.Collapsible__Button .text--light { display: none; }
