MyBB Community Forums

Full Version: change backgroung template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How i can change background template for this template?

http://community.mybb.com/mods.php?action=view&pid=442
Need a link to the forum
Hey there
Go to acp > templates and style > themes > your theme > global.css > advance editor > add this code to #content:
url(http://az-net.ir/bux/forum/images/other/background.jpg)
auto !important
Instead of the above url enter your background address.
Good luck
I need to add this code of the end of codes?


url(http://az-net.ir/bux/forum/images/other/background.jpg)
auto !important

or where?
(2016-02-21, 04:12 PM)vtest Wrote: [ -> ]I need to add this code of the end of codes?


url(http://az-net.ir/bux/forum/images/other/background.jpg)
auto !important

or where?

In the global.css, you add that code to the #content tag. You can add it anywhere between the #content brackets.