heninng
You can go to file: root/templates/ja_cityguide/html/com_content/article/default.php
Comment this snippet of code:
// Add Info to masthead
$doc = JFactory::getDocument();
$masthead = JLayoutHelper::render('joomla.content.masthead', array('item' => $this->item, 'params' => $params, 'topInfo'=>$topInfo, 'botInfo'=>$botInfo, 'icons' => $icons, 'view' => $this));
$doc->setBuffer($masthead, array('type' => 'modules', 'name' => 'masthead', 'title' => ''));
Like this: http://prntscr.com/kabb3o
Remember to backup this file first.