Change job title color

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

[class*="TitleBlock__Title-sc"] {
color: green !important;
}