Hide Review Tab And Review Count of Single products Page
-
I want to hide the Review Tab, Review Stars and the number of Reviewers on the Single Product page after turning on Woocommerce’s Product Review function. I just want to add an All Reviews Tab to the Single Product page to display all customer reviews of the store, and Not a review of an individual product.
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to Woocommerce > Settings > Products > disable the option products reviews.
Best Regards.
I think you misunderstood what I meant. What I meant was to hide the Reviews Tab and Review Stars when Product Review is turned on. Because I use the Photo Review plug-in, I need the Product Review function to remain turned on to display all reviews of the store.
Hello,
Can you please share the page URL I will check and give you a custom css code.
Best Regards
https://kitscity.com/womens-kansas-city-royals-nike-white-2020-home-replica-custom-jersey/?wcpr_thank_you_message=2#comment-8655
I want to close the Reviews Tab that comes with Woocommerce, and then use Short Code to design my own store’s Review Tab in your Custom Tab. At the same time, I want to close the Rating Stars of the Single Product Page, as well as the ones behind the Rating Stars (2 customer reviews). Word.
Hello,
Add this below code in Settings > Custom CSS > Global Custom CSS.
li#tab-title-reviews, .woocommerce-review-link {
display: none;
}
Best Regards.
After using your code, the Rating Stars are still left. If I need to hide the yellow Rating Stars as well, how should I set them up? I have purchased a Basel theme from you before. I would like to ask if the same code can be used on the Basel theme?
Hello,
Add this below code in Settings > Custom CSS > Global Custom CSS.
.woocommerce-product-rating .star-rating {
display: none;
}
Best Regards.
So can these codes also be used on Basel themes?
Hello,
Yes, these codes should work for the Basel theme as well.
Kind Regards