MyBB Community Forums

Full Version: Change the header image.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys!

I was asking how to change this heather background:

[Image: 7qgqFSr.png]

Forums URL: http://forum.ad-rp.webuda.com/portal.php

Thanks anticipated!
This image is defined in revolution theme css "revolution.css"

.topbar {
	background: #393b47 url(images/revolution/bfbg.jpg) top center;
  	border-bottom: 3px solid #101010;
	height: 220px;
	padding: 0;
	margin: auto;
	text-shadow: 1px 1px 0px #262832;
	color: #fff;
	width: 100%;
  
}

Upload the picture, you want to use, into "images/revolution/" directory as bfbg.jpg or change the css rules for .topbar background in revolution.css with your image name.