Change text color in the Salary field

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

[class*="TitleBlock__Salary-sc"] {
color: yellow !important;
}