MyBB Community Forums

Full Version: background image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
pls,i want to change my background image, how do i put it?
ACP > Themes > Select your theme > global.css

find
body {

Add a background like this
background-image: url('urllink.png');
(2015-05-05, 07:54 PM)PhantomD Wrote: [ -> ]ACP > Themes > Select your theme > global.css

find

body {

Add a background like this

background-image: url('urllink.png');



can you help me with that,pls

(2015-05-05, 07:54 PM)PhantomD Wrote: [ -> ]ACP > Themes > Select your theme > global.css

find


body {

Add a background like this


background-image: url('urllink.png');



can you help me with that,pls
background-image: url('urllink.png');

Inside the (""), just add a link to a wallpaper like this:

background-image: url("http://newartcolorz.com/images/hello-wallpapers/kartandtinki1_hello-wallpapers_01.jpg");

Demo: http://jsfiddle.net/jadugnnt/