Recipe: Change Lender to Loan Originator on the landing page

 

If you prefer to update the 'Lender' verbiage on your landing page, you can do so using this custom code:

 

<script>
document.querySelector("p.profileNmls:first-of-type .profileNmlsOne").innerHTML = "Loan Originator: "
</script>

 

This custom code will be input by following these steps:

 

  1. From the loan pipeline, click the team name in the upper right hand corner
  2. Select Company Dashboard from the list
  3. In the Company Dashboard navigate to the Company Settings
  4. Head to the Developer tab
  5. Scroll to the Company Custom CSS/JS section and edit
  6. Copy and paste the above code into this section and save

This particular code will update Lender to Loan Originator, however, loan originator can be updated to what you would like to appear on your landing page. 

 

 

This will update all existing teams with this verbiage.
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Please sign in to leave a comment.