• Guys,
    I would like to be able to, for example, create an image which appears behind individual posts (a repeating faded back ground).
    Any ideas?

Viewing 1 replies (of 1 total)
  • Find this in your CSS file (style.css):

    .post {
    stuff
    stuff
    }

    Add to the stuff this line:

    background:url(your-background-image.png) repeat-x

    That should do it. You might have to do some experimenting with margins and padding to get your text to look just right in front of the background.

Viewing 1 replies (of 1 total)
  • The topic ‘Faded background for individual posts’ is closed to new replies.