The site I'm working on http://www.the-now-watch.com
and am using child them of Twenty Ten
So, I found a post
http://wordpress.org/support/topic/putting-links-in-site-description-and-tagline?replies=5"
and have found the code
<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
in the header file but even when i replace with
<a href="http://www.the-now-watch.com/"><?php bloginfo( 'name' ); ?></a>
it makes no difference.
on the matter of the font - I have found in the CSS file
#site-description {
clear: right;
color: #660099;
float: right;
font-style: italic;
margin: 15px 0 18px;
width: 220px;
}
which one do I adjust for the size
AND finally, is it possible to have a line of text in the footer, centered across the bottom?
thanks
`