Hi
Go to swift-framework/page-builder/shortcodes/jobs.php and edit line 67:
$items .= '<h5>'.$job_title.'</h5>'
;
to
$items .= '<h5><a href="'.get_permalink().'">'.$job_title.'</h5>';
then add this to your custom css:
.job-date, .job-details .read-more {
display: none;
}
Hope this helps
– Kyle