If you're happy to make changes to the nav.php file, you can simply comment out the line which pulls in the login button etc.
File location site/templates/gk_penguinmail/layouts/blocks/nav.php
Original around line #33
- Code: Select all
<a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&view=login" id="gkButtonLogin"><?php echo $btn_login_text; ?></a>
Change '<!-- comment' code... '-->' added
- Code: Select all
<!-- Commented to remove login button from main nav bar
<a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&view=login" id="gkButtonLogin"><?php echo $btn_login_text; ?></a>
-->
Save > Upload > No more login button.