Das einfachste ist, du gibst im Dashboard / Einstellungen / Allgemein / Blogtitel den Blognamen ein.
oder du öffnest die header-default.php
suchst nach
PHP
<strong id="blog-title"><a href="<?php bloginfo('url') ?>/" title="Home" rel="home"><?php bloginfo('name') ?></a></strong>
und ersetzt
mit z.B. Startseite
Die Schriftgröße kannst du in der carrington-text.css Zeile 102
Code
#blog-title a, #blog-title a:visited {
color: #444444;
font-size: [COLOR=Red]30[/COLOR]px;
text-decoration: none;
}
anpassen