trevorellis We would like it so that the picture of the staff member opens in a new tab
Probably, this forum topic can help as this relates to making changes in K2 component files which is rendering the Item image. You may try change this code snippet:
<a href="<?php echo $item->link ?>">
to
<a href="<?php echo $item->link ?>" target="_blank">
Also, Kindly post for the same in K2 forums as this relates to rendering from specific component and adding some css rule-set in custom.css of template files wont help to derive the purpose as envisaged