create a link with tagline and change it's font size Twenty Ten
-
The site I’m working on https://www.the-now-watch.com
and am using child them of Twenty Ten
So, I found a post
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="https://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
`
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘create a link with tagline and change it's font size Twenty Ten’ is closed to new replies.