Change font color for a separate field (Company, Department, Location, Type of Contract)

Add this code to the Custom CSS field on your Job Board widget’s Appearance tab:

[class*="TitleBlock__InfoItem-sc"]:nth-child(1) {
color: blue !important;
}

Replace the number in the 1st line of the code with the number of the needed field.

  • Company - 1
  • Department - 2
  • Location - 3
  • Type of Contract - 4