Find template:
navbar_link, a small template with just five lines of code, after
<span class="navbar"> and before
<a href="$nav_url"> is the slash you are looking for.
Code:
<if condition="$show['breadcrumb']">
<span class="navbar">/ <a href="$nav_url">$nav_title</a></span>
<else />
$nav_title
</if>
Change the slash into smething you want, could also be an image.