the logo is an image:
/wp-content/themes/superclean/superclean/images/logo.gif
defined in style.css, in:
.logo h1 { background: url(images/logo.gif) top no-repeat; float:left; text-indent:-9999px; width:205px; margin:0; padding:0; }
you have at least two possibilities:
a:
download the image, edit it to show your own site title, and re-upload it to the same location, kkeping the same name.
b:
changing the above style to:
.logo h1 { float:left; width:205px; margin:0; padding:0; }
which will get the title to show; then tweak the formatting.
btw:
try removing this from header.php:
<Holistic Health Coaching>
HolisticCoach.ca-
Holistic Health Coaching</HolisticCoach.ca>
or change it to:
<title>HolisticCoach.ca-
Holistic Health Coaching</title>