MyBB Community Forums

Full Version: Header Image Change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my forum is http://gatre.com.vn/forum/
i want change header image and want know url off current image ?
pls help.
which image you are referring to... there are two - a wide header background and a small logo.... 

for the header background, goto ACP >> Themes >> global.css, find .header and change its background image link...

.header {
	background: url(images/acenavy/logo.jpg) no-repeat;
	height: 250px;
}


for the logo image, ACP >> Templates >> Your Theme's Template >> Header Templates >> header

it should be within the <div class="logo">