JOIN OUR MAILING LIST

The character found between section headings showing you where you are on the website is called a breadcrumb.

See image below

In this image it is -> which our client did not like.

We changed it in the stylesheet to - by inserting the following:

#breadCrumbs {
font-size:3px;
}
#breadCrumbs strong {
font-size:14px;
}
#breadCrumbs strong:after {
content:" - ";
}

The result can be viewed in the image below: