Home / Forums / WoodMart support forum / Hide Review Tab And Review Count of Single products Page
Home › Forums › WoodMart support forum › Hide Review Tab And Review Count of Single products Page
Hide Review Tab And Review Count of Single products Page
- This topic has 9 replies, 3 voices, and was last updated 1 year, 6 months ago by
Artem Temos.
-
AuthorPosts
-
April 5, 2024 at 11:28 pm #555321
ha21cnParticipantI 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.April 6, 2024 at 11:35 am #555386
Aizaz Imtiaz AwanKeymasterHello,
Navigate to Woocommerce > Settings > Products > disable the option products reviews.
Best Regards.
April 6, 2024 at 1:34 pm #555401
ha21cnParticipantI 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.
April 6, 2024 at 4:14 pm #555427
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the page URL I will check and give you a custom css code.
Best Regards
April 6, 2024 at 4:26 pm #555430
ha21cnParticipanthttps://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.April 8, 2024 at 10:08 am #555594
Aizaz Imtiaz AwanKeymasterHello,
Add this below code in Settings > Custom CSS > Global Custom CSS.
li#tab-title-reviews, .woocommerce-review-link { display: none; }Best Regards.
April 8, 2024 at 1:23 pm #555667
ha21cnParticipantAfter 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?
April 8, 2024 at 3:49 pm #555724
Aizaz Imtiaz AwanKeymasterHello,
Add this below code in Settings > Custom CSS > Global Custom CSS.
.woocommerce-product-rating .star-rating { display: none; }Best Regards.
April 9, 2024 at 7:10 pm #556125
ha21cnParticipantSo can these codes also be used on Basel themes?
April 10, 2024 at 9:35 am #556213
Artem TemosKeymasterHello,
Yes, these codes should work for the Basel theme as well.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register