H2O: Add a full-page background
Objective
Add a full-page background image to the H2O theme
Instructions
- Upload your background image to:
yourforum.com/styles/H2O/theme/images/ - Open:
yourforum.com/styles/H2O/theme/palette.css - Find:
/* Middle grey (dark bg) */
- On a new line above, add:
html, body { background-color: #171B24; background-image: url("./images/s0KDwM.jpg"); background-repeat: repeat; background-position: left top; background-attachment: fixed; } .wrap { background: none !important; }
- Edit the file path to background image
- Edit the background CSS properties as desired
- Purge cache
Result