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

  1. Log into the Joomla administrator area of your website
  2. Select the Extensions menu and Module manager menu
  3. Open the log in module you have published to the loginform module position
  4. Change the title for module to the text you want to appear in the login button
  5. Show the title for the module
  6. Save the settings
  7. The button will now display the text you have enter into the module title

How do I change the Register button text

  1. Open the FTP software you have installed on your computer
  2. Browse to the templates/template-name/ directory for your Joomla site
  3. Note: Change the template-name to the name of the template you have downloaded at the website
  4. Download the template index.php file from the /templates/template-name/ directory to your computer
  5. Make a backup of the template index.php file first before making any changes to it
  6. Open the template index.php file using notepad.exe
  7. Look for this code <?php echo JText::_('Register'); ?>
  8. Replace the Register text with the text you want to appear in the button
  9. Save the changes
  10. Upload the updated template index.php file to the /templates/template-name/ directory