Info
- 3 posts
- 2 voices
- Started 2 years ago by azcs
- Latest reply from azcs
- This topic is not resolved
how to add a image background
-
- Posted 2 years ago #
how would i go about making a image as the background for my theme??
-
- Posted 2 years ago #
By editing the
style.cssfile.
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.
-
- Posted 2 years ago #
thanks ill give it a try
thanks again
-
You must log in to post.