How to add background my vanilla forum?
body {background: url('path-to-image.png')no-repeat scroll 0 0 transparent;}
never mind 422 answered directly.
@422 how to find "body" ?
Create a custom.css file in your theme and put the body rule set in it. http://vanillaforums.org/discussion/comment/178928/#Comment_178928
@chathura99
If you already have a custom theme:
2.Add this line in the custom.css if it is not in there
body { background: url(http://descorpio.be/jd/images/boobs1.gif)repeat scroll 0 0 transparent; }
Comments
body {background: url('path-to-image.png')no-repeat scroll 0 0 transparent;}
never mind 422 answered directly.
@422 how to find "body" ?
Create a custom.css file in your theme and put the body rule set in it. http://vanillaforums.org/discussion/comment/178928/#Comment_178928
@chathura99
If you already have a custom theme:
2.Add this line in the custom.css if it is not in there
body { background: url(http://descorpio.be/jd/images/boobs1.gif)repeat scroll 0 0 transparent; }