Simply Login to your wordpress dashboard than go to appearance > Theme editor> template-parts > post-formats > post.php
Now In Line number 9 code :
$xooblog_home_view_count = get_redux_opt_val(‘xooblog_home_view_count’, true);
change true to false :
$xooblog_home_view_count = get_redux_opt_val(‘xooblog_home_view_count’, false);