Answer the question
In order to leave comments, you need to log in
How to remove stars from product preview in woocommerce?
Adjusted the reviews as I need, everything is fine! But! In product previews, stars are displayed for those products that have at least 1 review
. How can I cut them out from here (I left the option with hiding via css at the very end)?
Answer the question
In order to leave comments, you need to log in
To do this, add to your foonctions.php file
remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 );
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question