Changing Font in Blog Title (Retrospotive)
-
Granted, I am a relative newbie…but gee whizz..
I just changed my template to Carol’s Retrospotive and although I really like the template, I don’t like the default font for the Blog title. I’ve been through the style sheets, the header sheet, the side bar sheet, the body – every where I can think of to find the font command to change the font – but it appears to be coded as something other than ‘font’. I found this on the header page, and am wonder if this:
“Search Results for ” . wp_specialchars($s)
is the code I need to play with.
Here is the paragraph of code cut and pasted.<?php $curauth = get_userdata($author); ?>
<title><?php bloginfo(‘name’); ?><?php if( is_404() ) { ?> » Not found<?php } elseif (is_day() || is_month() || is_year() ) { ?> » Archives<?php } elseif ( is_category() ) { ?> » Archives » Category<?php } elseif ( is_author() ) { ?> » Archives » Author <?php echo “» ” . $curauth->user_nickname; ?><?php } elseif ( is_search() ) { ?> » <?php echo “Search Results for ” . wp_specialchars($s) ; ?><?php } ?><?php wp_title(); ?></title>Can anyone help me with this?
Alison
- The topic ‘Changing Font in Blog Title (Retrospotive)’ is closed to new replies.