02/15/2015 at 4:53 pm
#319556
Keymaster
@ Rashed
The easiest way to accomplish this would be to use CSS. Add the following to the theme’s custom CSS area:
#cn-slim-plus span.title:before {
content: "Job Title: ";
}
#cn-slim-plus span.organization:before {
content: "Company: ";
}
Hope that helps!