Forums

Join
bbPress Support ForumsThemeshow to add a image background

Info

how to add a image background

  1. how would i go about making a image as the background for my theme??

  2. By editing the style.css file.


    body {
    [...]
    background-image: url(path/to/the/image/relative/to/the/css);
    background-repeat: no-repeat; /* or whatever you like */
    [...]
    }

    Of course I cannot give a full CSS introduction here, but there are lots of good and helpful introduction available online.

  3. thanks ill give it a try

    thanks again

  4. You must log in to post.