MyBB Community Forums

Full Version: Simple code modification for header. How?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
((I tried to figure this out myself, but ran out of time, please, give EZ advice))

How do I add a background image to the header {<div id="header">}?
  • I know it's probably really easy, but I don't see the right spot in the theme admin page.

Edit: Do I use Templates >> Header?
What is the exact code?
(I modify, but still need to learn how to write code)

Thank you
You could edit your header template like you suggested ::

<div id="header" style="background-image:url(URL);">

Change URL with the url of your image.
Perfect.
Thanks, LEX Smile