Career Site Custom Styling

Follow

Overview

If you have an Evolve ATS standard career site and access to developer support, we offer the option to link to a Cascading Style Sheet (CSS) file that you host and maintain to add some extra styles to your career site

Audience

Admins

Use Cases

  • You have a standard career site.
  • You have developer support.
  • You would like to change the font size or background color.
  • You would like to change the colors or sizes of various elements.

Using a custom CSS file is for superficial style changes only, like changing the sizes of fonts or the colors of text and titles. You will need developer support to add these styles. If you want us to style your career site or make layout changes (like adding customized boxes or columns), you can work with your Evolve Account Team to upgrade to a branded career site.  

Integrate Custom CSS File Into Career Site

NOTE: These steps will require the support of your website developers.

  1. Download and upload this desktop and mobile CSS starting template to your public-facing servers.
  2. Get the URL of the uploaded CSS file (ex: "http://www.yourwebsite.com/path/to/jobvite.css")
  3. Submit a Help Center Ticket. Our support agents will contact you via the support case and will let you know once they have added the link to the CSS file to your career site's source.
  4. Your website developers will now be able to modify the CSS file to add all of the styles you would like included. These changes will be visible instantly.

Example of a Custom CSS File

The following example code would change the career site's background color to red and the link color to white.

/* Short Example of a Custom CSS File*/

/* GLOBAL ELEMENTS */
body { 
  background-color:red;
}

a { 
  color:white;
}
Was this article helpful?
0 out of 0 found this helpful