Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Setting Background Image
kyle789
New
Hi everyone,
I would like to replace the white background with a custom image. Can anyone please give me some simple instructions on how to do this please?
I've searched through the forum and all posts/answers relate to Vanilla 1.
Thanks in advance.
Kyle.
I would like to replace the white background with a custom image. Can anyone please give me some simple instructions on how to do this please?
I've searched through the forum and all posts/answers relate to Vanilla 1.
Thanks in advance.
Kyle.
1
Comments
To modify the default theme you need to create a custom.css file to overwrite the body element in style.css ( similar to creating a custom theme, you can use custom.css to overwrite any element).
1. Create a new file called custom.css and save it in vanilla/themes/default/design
2. Add the following code to custom.css to add a custom background image *change the color and image name
I hope this helps
There was an error rendering this rich post.