I am printing using PHP
<?php echo $article->link($article->title()); ?>
This string holds something like
"Team Member - Job Title"
What id like to do is wrap everything after the dash in a span so i can change its colour.
Any help would be greatfully appreciated.
Try this: