How to add background my vanilla forum?
body {background: url('path-to-image.png')no-repeat scroll 0 0 transparent;}
There was an error rendering this rich post.
never mind 422 answered directly.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@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
Add Pages to Vanilla with the Basic Pages app
@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;}
There was an error rendering this rich post.
never mind 422 answered directly.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@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
Add Pages to Vanilla with the Basic Pages app
@chathura99
If you already have a custom theme:
2.Add this line in the custom.css if it is not in there
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌