REKT submitted a new resource:
You must be registered for see links
- Converted from thread...Background image on forum
edits EXTRA.css add following and follow this tutorials
Code:
/* START - Background image on forum */
html {
background: url(/@imagePath/xenforo/background/your_image.jpg) !important;
background-attachment: fixed !important;
background-size: cover !important;
}
/* END - Background image on forum */
Upload your forum background image to /@imagePath/xenforo/background/ and edit above path.
If you don't want to use background image for example on mobile phones, add...
You must be registered for see links
Last edited: