If you are trying to edit it you can change the text in template settings > Features > Copyright.
If you want to remove it then please edit following file and remove copyright code.
File: /templates/gk_simplicity/layouts/blocks/footer.php
Lines: 16 to 20
- Code: Select all
<?php if($this->API->get('copyrights', '') !== '') : ?>
<p id="gkCopyrights"><?php echo $this->API->get('copyrights', ''); ?></p>
<?php else : ?>
<p id="gkCopyrights">Template Design © <a href="//www.gavick.com" title="Joomla Templates">Joomla Templates</a> GavickPro. All rights reserved.</p>
<?php endif; ?>
See you around...