Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1049958

    Hi
    The login module current using an override from the template that has these icons.
    Open template folder/html/hellome/default.php
    find below code

        <li><a href="<?php echo JRoute::_('index.php?option=' . COM_USER_NAME . '&view=reset'); ?>"><span class="fa fa-key" title="<?php echo JText::_('MOD_HELLOME_FORGOT_YOUR_PASSWORD'); ?>"></span></a></li>
              <li><a href="<?php echo JRoute::_('index.php?option=' . COM_USER_NAME . '&view=remind'); ?>"><span class="fa fa-user" title="<?php echo JText::_('MOD_HELLOME_FORGOT_YOUR_USERNAME'); ?>"></span></a></li>
              <li><a href="<?php echo CRoute::_('index.php?option=com_community&view=register&task=activation'); ?>" class="login-forgot-username"><span class="fa fa-code" title="<?php echo JText::_('MOD_HELLOME_RESEND_ACTIVATION_CODE'); ?>"></span></a></li>
    

    You can replace the icon span class and add a static name here.

    Hope it helps.

    Regards

    thefc_uk Friend
    #1050166

    Hi Pankaj

    A little bit of fiddling around, but got to what I wanted in the end – Many thanks 😉

    Pankaj Sharma Moderator
    #1050298

    You are welcome!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 4 months ago.

The topic ‘Change login module icons to text’ is closed to new replies.