musicianprofile
Hi,
You can open the file: [root]/templates/ja_mood/tpls/blocks/header.php
Remove / comment this snippet of code:
<!-- TOPBAR -->
<?php if ($topbar): ?>
<div class="ja-topbar clearfix">
<?php if ($this->countModules('languageswitcherload')) : ?>
<div class="languageswitcherload pull-left <?php $this->_c('languageswitcherload') ?>">
<jdoc:include type="modules" name="<?php $this->_p('languageswitcherload') ?>" style="raw" />
</div>
<?php endif ?>
<?php if ($this->countModules('topbar-right')) : ?>
<div class="topbar-right pull-right <?php $this->_c('topbar-right') ?>">
<jdoc:include type="modules" name="<?php $this->_p('topbar-right') ?>" style="raw" />
</div>
<?php endif ?>
</div>
<?php endif ?>
<!-- TOPBAR -->