Forums

an idiots guide please (2 posts)

  1. wwinegarden
    Member
    Posted 1 year ago #

    Hi:

    I am using the Twenty Ten them which I like very much except for one aspect, the blog title in the header. I would like very much to jazz it up a bit by changing the text colour, font size and if possible the font color.

    Can anyone give me an idiots guide on how to do this?

    I know very little about CSS, but I am a pretty quick learner.

    Thanks.

  2. TM3909
    Member
    Posted 1 year ago #

    #site-title a {
    color:#FF0000;
    font-family:verdana;
    font-weight:bold;
    text-decoration:none;
    }

    Find that in the twenty ten CSS file (roughly line 344). You can modify the color by changing the "color", the typeface using the Font-Family, etc.

    Take a look here for all the different effects you can use: http://www.yourhtmlsource.com/stylesheets/csstext.html

Topic Closed

This topic has been closed to new replies.

About this Topic