Recipe: Remove the Company Name on your Landing Page

If you prefer to remove the Company Name on your landing page, you can do so using this custom code:

 

<style>
p.profileCompany {
  display: none;
}
</style>

 

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 remove the company name from your Business Card on your Landing Page

 

 

Screenshot 2023-09-14 at 5.56.59 PM.png

 

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

Article is closed for comments.