Setting Background Image
 kyle789                
                
                     New
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
body {background: #FFFFFF url(bg.jpg);}*change the color and image nameI hope this helps
There was an error rendering this rich post.