MyBB Community Forums

Full Version: How to change banner?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to change this banner ? In template is not this banner
It seems to be the background image defined in CSS class #header.
Edit your style in ACP (global.css) and have a look into all #header (sub)classes. You may find the background-image (url(...)) for sure.

With a link to your forum there is no need to guess and we can be more precise for sure Smile

[ExiTuS]
(2020-01-17, 07:35 PM)BMarius Wrote: [ -> ]How to change this banner ? In template is not this banner


Look for this in global.css
.main-header-body {
	background: #161616 url(images/BlackPlayers/img_head.png) no-repeat 50% 50%;
	background-size: cover;
	min-height: 220px;
}