Lewisoboy007
Resident
Hey There, Just A Quick One, How Do I Change A Background On MyBB To A Image? Thanks!
Azareal said:AdminCP > Templates & Style > Themes > Select the theme you're using > Options > Edit Theme > global.css
Change the background form on that page and update, I assume.
Or you can just select body from the drop down and put "url(background.png)" into the background input box rather than, going into advanced mode.kavin said:Azareal said:AdminCP > Templates & Style > Themes > Select the theme you're using > Options > Edit Theme > global.css
Change the background form on that page and update, I assume.
^This. And to be exact, at start of global.css, in body class, change the background code
From:
background: #efefef;
To:
background: #efefef url(background.png);
background-position: center;
Lewisoboy007 said:Is There Anyway to make the Image Fixed? So It Doesnt Move?
background-attachment:fixed;
Yeah, just add that to the same place as the last one I gave and it should do the trick.SpeakWhatsReal said:Lewisoboy007 said:Is There Anyway to make the Image Fixed? So It Doesnt Move?
Code:background-attachment:fixed;
http://www.w3schools.com/cssref/pr_back ... sition.asp
Since 2007, Forum Promotion has specialized in providing advertising solutions to webmasters looking to promote their communities. We pride ourselves in being the bridge that connects forum administrators, bloggers, and more.
We use essential cookies to make this site work, and optional cookies to enhance your experience.