Home › Forums › WoodMart support forum › Remove star rating from product loop Remove star rating from product loop This topic has 3 replies, 2 voices, and was last updated 4 years, 2 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 13, 2020 at 12:06 pm #232916 zurichParticipant Hi! How can i remove rating from product archive page? This hook make no effect remove_action (‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_rating’, 5 ); October 13, 2020 at 1:35 pm #232949 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: .product-grid-item .star-rating { display:none; } Best Regards October 13, 2020 at 1:39 pm #232955 zurichParticipant I don’t want to use css for it. Do you have hook to remove this function? And why standard woocommerce hook make no effect? October 13, 2020 at 2:00 pm #232963 Elise NoromitMember Hello, We have tested this code and it works properly: remove_action ('woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 ); Please add to the functions.php of the child theme. Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register