Title: Bueno title/header help
Last modified: August 19, 2016

---

# Bueno title/header help

 *  [libriform](https://wordpress.org/support/users/libriform/)
 * (@libriform)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/bueno-titleheader-help/)
 * Hello! I recently moved my WordPress blog over to self-hosting, and I’ve been
   trying to figure out how to set up the theme, etc. I’m using Bueno, which I really
   like, but I’ve had to fiddle with the title/header layout. I think I’ve nearly
   got it right– basically I want my blog name and tagline under the header image,
   and then navigation underneath. Like this: [http://birdbrainbb.net/](http://birdbrainbb.net/)
 * The problem now is that the title/tagline changes looks from the front page when
   you go anywhere else. See: [http://birdbrainbb.net/books-read-2010/](http://birdbrainbb.net/books-read-2010/),
   [http://birdbrainbb.net/2010/12/08/review-suicide-excepted-by-cyril-hare/](http://birdbrainbb.net/2010/12/08/review-suicide-excepted-by-cyril-hare/)
 * How do I fix this? To change the title/tagline on the front page I just edited
   style.css and a bit of header.php. Do I have to edit all the rest of the pages
   if I want them to look the same? If so, how do I do that? (I’m really new to 
   CSS.)
 * (Also, before you ask, I’m using the freebie version of Bueno and I can’t ask
   at their forums because it costs mucho $$ to even join. So. Yeah.)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/bueno-titleheader-help/#post-1811951)
 * It does look like your single posts are using slightly different site title markup(`
   <span></span>` instead of `<h1></h1>). This different markup could still be within
   header.php – as part of an if/else loop.
 *  Thread Starter [libriform](https://wordpress.org/support/users/libriform/)
 * (@libriform)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/bueno-titleheader-help/#post-1812021)
 * Alright, Bueno is just driving me insane, so I switched to something I can handle
   a little easier.
 * Nevermind, then! 🙂
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/bueno-titleheader-help/#post-1812105)
 * In Twenty Ten there is a glitch which has probably been reproduced in deriviative
   themes. . The site title and site description are output using different mark
   up in diff places which throws out yr styling. You just need to style for both.
 * You may need something like this:
 *     ```
       #branding span a {font-size: 50px;letter-spacing: 3px}
   
       h1#site-title {font-size: 50px;letter-spacing: 3px}
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Bueno title/header help’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * 3 replies
 * 3 participants
 * Last reply from: [Root](https://wordpress.org/support/users/root/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/bueno-titleheader-help/#post-1812105)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
