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

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #555321

    ha21cn
    Participant

    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.
    #555386

    Hello,

    Navigate to Woocommerce > Settings > Products > disable the option products reviews.

    Best Regards.

    #555401

    ha21cn
    Participant

    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.

    #555427

    Hello,

    Can you please share the page URL I will check and give you a custom css code.

    Best Regards

    #555430

    ha21cn
    Participant

    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.

    #555594

    Hello,

    Add this below code in Settings > Custom CSS > Global Custom CSS.

    li#tab-title-reviews, .woocommerce-review-link {
        display: none;
    }

    Best Regards.

    #555667

    ha21cn
    Participant

    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?

    #555724

    Hello,

    Add this below code in Settings > Custom CSS > Global Custom CSS.

    .woocommerce-product-rating .star-rating {
        display: none;
    }

    Best Regards.

    #556125

    ha21cn
    Participant

    So can these codes also be used on Basel themes?

    #556213

    Artem Temos
    Keymaster

    Hello,

    Yes, these codes should work for the Basel theme as well.

    Kind Regards

Viewing 10 posts - 1 through 10 (of 10 total)