You just need to make a small code change. Change line number 716 to 718 in the latest version of the theme framework/functions/utility-functions.php file to
elseif (is_singular('post')) {
echo '
' . get_the_title() . '
';
}
You can find this inside the function – mo_populate_tagline().