This topic has 3 replies, 2 voices, and was last updated 2 years, 11 months ago ago by waller
Hello,
Try to add the next code in Theme Options > Theme custom CSS > Global:
.single-product ol.commentlist {
overflow-y: scroll;
max-height: 655px;
padding-right: 15px;
}
Regards
very good, how can I change the order, -> last entry first?
edit:
in funktions.php:
function wpa_filter_list_comments($args){
$args['reverse_top_level'] = true;
return $args;
}
add_filter( 'woocommerce_product_review_list_args', 'wpa_filter_list_comments' );
and it works fine
Regards
Tagged: comment, limit, persuasive, rating, themes, woocommerce, wordpress
The issue related to '‘limit the number of comment ratings’' has been successfully resolved, and the topic is now closed for further responses