Dear yogamatt
Please open modules\mod_so_k2slider\tmpl\theme1.php file, find this code:
<div class="title_slider_theme" style="display:<?php echo ($show_title_slider)?"block":"none";?>;float:left;margin:0px 10px 0px 10px;"><?php echo $title_slider?></div>
and change to:
<div class="title_slider_theme" style="display:<?php echo ($show_title_slider)?"block":"none";?>;float:left;margin:0px 10px 0px 10px;"><a href="YOUR_LINK"><?php echo $title_slider?></a></div>