Aug
12
2011

How can you change the Site Title Font in a Pre-Designed Wordpress Theme?

Can anyone help :) I just created a Wordpress blog using the Bueno theme. I like pretty much everything about this theme except for the boldness and all caps of the Title. Does anyone know how to change the font style for the Site Title? I don’t know much about CSS and it looks like that is the only place there is a possible way that I could make this change. Thanks ;)

 Mail this post

Popularity: 2% [?]

StumbleUpon It!

Technorati Tags: , , , ,

Written by Linux Fan in: Themes | Tags: , , , ,

1 Comment »

  • Liam Kenneth

    Open up your site in a browser and go to view then click source and press Ctrl F then type in the site title and click find.

    The Title should be in between two tags that look like this for example <h1>Title</h1> or <div id="title">Title</div>

    once you know what the tag or id is go to the css and find the selector(tag) that encloses the Title then you change it like this Example:

    h1 {
    font-weight: normal; <!– gets rid of bold –>
    text-transform: none; <!– Gets rid of all Capitals if set to uppercase –>
    }

    #title {
    font-weight: normal ;
    text-transform: none;
    }

    or you can just delete the code that is making it bold so delete what I just wrote. hope that helps :)

    Comment | August 12, 2011

RSS feed for comments on this post. TrackBack URL

Leave a comment

CommentLuv Enabled

This site uses KeywordLuv. Enter YourName@YourKeywords in the Name field to take advantage.

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes

Powered by Yahoo! Answers