• 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/

    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/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)
  • 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

    (@libriform)

    Alright, Bueno is just driving me insane, so I switched to something I can handle a little easier.

    Nevermind, then! 🙂

    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.