With Dynamics ATS, you have the flexibility to tailor your Candidate Portal’s appearance by adjusting CSS styles.
To get started, navigate to your company’s candidate portal and identify the element you wish to modify. Once located, right-click on the element and select ‘Inspect’.
Afterward, check the code to find the element you want to change and copy the class or the element ID.
In this example, we are going to change the color of the words in the navbar to green. So, we looked for its location and copied it.
Next, return to your ATS account. Go to ‘Candidate Portal’ on the sidebar and select ‘Layout Type’ in the Styling section.
In the CSS box, paste the style you want to change. In our example, we’ll add:
#reponsive-navbar-nav .navbar-nav .nav-link{ Color: green !important;
}
When you finish, press ‘Save Changes’ and ‘Publish.’
Go back to the Candidate Portal and refresh the page. You will see the changes applied.
Post your comment on this topic.