how to remove customer reviews counter and stars
-
hi
how to remove customer reviews counter and stars and keep the review tab in the down in all products.
thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site URL and product page URL with rate to the private area.
Best Regards
I need to remove this area I select from all products
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single .entry-summary .woocommerce-product-rating{
display:none;
}
Best Regards