To remove the "Login" text from the login page, please follow the steps below:
Step 1: Access Your Files
Open your FTP client or cPanel File Manager.
Step 2: Navigate to the Template Directory
Go to the following path:
whmcs_dir/templates/clientx-child
Step 3: Edit the Login Template File
Locate the login.tpl file and open it for editing.
Step 4: Search for the Following Code
Find this line in the file:
<code><div class="col-md-7 titel-sup"><p style="font-weight:100;">Login</p></div></code>
Step 5: Remove or Comment Out the Code
You can either:
- Remove the entire line, or
- Comment it out, or
- Remove only the "Login" text while keeping the surrounding HTML structure intact
Step 6: Save Changes
Save the file and exit the editor.
Important: Before making any changes, create a backup of the original file so you can restore it if needed.