Hey there this will fix your problem.
Go to the following:
wp-content/themes/hueman/functions/widgets/alx-tabs.php
Then find line 85:
<ul id="tab-recent" class="alx-tab group <?php if($instance['recent_thumbs']) { echo 'thumbs-enabled'; } ?>">
Change:
{ echo 'thumbs-enabled'; } -to- { echo 'thumbs-disable'; }
NOTE: This will only change the “Recent Posts” part of the tab. If you want to change the other 4 parts check lines 85, 134, 171.
I hope this helps. Good luck!