To change the log in and register button text which appears at the top of the template complete the following.
How do I change the log in button
- Log into the Joomla administrator area of your website
- Select the Extensions menu and Module manager menu
- Open the log in module you have published to the loginform module position
- Change the title for module to the text you want to appear in the login button
- Show the title for the module
- Save the settings
- The button will now display the text you have enter into the module title
How do I change the Register button text
- Open the FTP software you have installed on your computer
- Browse to the templates/template-name/ directory for your Joomla site
- Note: Change the template-name to the name of the template you have downloaded at the website
- Download the template index.php file from the /templates/template-name/ directory to your computer
- Make a backup of the template index.php file first before making any changes to it
- Open the template index.php file using notepad.exe
- Look for this code <?php echo JText::_('Register'); ?>
- Replace the Register text with the text you want to appear in the button
- Save the changes
- Upload the updated template index.php file to the /templates/template-name/ directory