Home Forums WoodMart support forum singple product pages, show list of review only, hidden the review writing secti

singple product pages, show list of review only, hidden the review writing secti

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #707743

    mengaik33
    Participant

    singple product pages, show list of review only,

    how to hidden the review writing section ??

    we collect the review from customer after order completed.

    #707823

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce-Reviews #review_form {
        display: none !important;
    }  

    Best Regards,

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