MyBB Community Forums

Full Version: How do i change the background to a picture with the square theme?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i change the background to a picture with the square theme?
Moved to Theme Support.
If you want to change the overall background, you need to upload your image to your root > images > square

Then simply go to ACP > Templates & Styles > Styles > Square > Global.css

Search body style and change the image name and extension:

body {
	background: url(images/square/imagename.extension) repeat #EFEFEF;
	color: #363636;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
	overflow-y: scroll;
}