If you prefer to update the look and feel of the NMLS section that appears on the landing page, you can do so using custom code:
<style>
.profile-license-info, .companyNmls, .profileLicenses, .profileNmls, .profileNmlsOne, .profileNmlsThree{
margin-bottom: 0px;
text-align: center;
font-size: 14px;
font-weight: 300;
color: white;
}
</style>
- margin-bottom: 0px; - this removes the margin at the bottom of the NMLS section
- text-align: center; - this will center the NMLS section on the landing page image
- font-size: 10px; - this will change the NMLS text size
- font-weight: 300; - this will change the font thickness
- color: white; - this will change the font color - you can use the html color code as well by inserting color: #fff;
This custom code will be input by following these steps:
- From the loan pipeline, click the team name in the upper right hand corner
- Select Company Dashboard from the list
- In the Company Dashboard navigate to the Company Settings
- Head to the Developer tab
- Scroll to the Company Custom CSS/JS section and edit
- Copy and paste the above code into this section and save
This will update all existing teams.
Please sign in to leave a comment.