Resolved
I copied the header.php from my theme map to my cild theme map, and i put /* in front of line 131:
Changes:
echo '<div class="header-page-title">' . get_the_title() . '</div>';
to:
/*echo '<div class="header-page-title">' . get_the_title() . '</div>';