Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,839
- How-to & Troubleshooting
- 129,848
- Creating & Extending
- 25,881
- Requests & Feedback
- 9,529
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,386
- Miscellaneous
- 9,177
-
You’ll have to modify the theme’s stylesheet.
Hopefully, you’ve already created a child theme, then you can override the background in your child theme’s style.css with:
eg.
body {background:url(URL TO YOUR IMAGE) no-repeat !important;}