Hi there,
# Have you tried to inspect it with debugger ? By this way you can easy to find out it
# Please check
<?php if ($this->getParam('t3-rmvlogo', 1)): ?>
<div class="poweredby text-hide">
<a class="t3-logo t3-logo-light" href="http://t3-framework.org" title="<?php echo JText::_('T3_POWER_BY_TEXT') ?>"
target="_blank" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>><?php echo JText::_('T3_POWER_BY_HTML') ?></a>
</div>
<?php endif; ?>
templatesubertplsblocksoff-canvas.php
You can remove this code or actually you can turn off it in template backend.
Thank you,
Viet Vu