This example describes how you can change the color of the Back to Career Site button
on an external career site.
-
In the Setup and Maintenance work area, go to:
- Offering: Recruiting and Candidate Experience
- Functional Area: Candidate Experience
- Task: Career Sites Configuration
-
On the Career Sites Configuration page, locate a career site and click
Edit.
-
Click the Themes tab.
-
Expand the section Custom CSS.
-
Copy and paste this code in the Display Editor Window field. You can change the
color to any color.
.buttons-bar__button[data-bind="click: back"]{
color: red;
}
-
Click Apply Changes.
-
Publish the career site.