MyBB Community Forums

Full Version: How to change the photo in the header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. I need to change the photo in the header. I changed to files in the root folder of the site but it didn't help. I hope they help me here)
The dimension of the photo should be the same as the previous one. In your case with Flatty theme make sure your photo is dimension 1920 x 390 for the header logo. Simple delete the old header logo and upload the new one with the same name as the old one.
(2021-02-10, 07:19 PM)coraed Wrote: [ -> ]Hello. I need to change the photo in the header. I changed to files in the root folder of the site but it didn't help. I hope they help me here)

Hi ,

find this and then you can put anything in the header background

Templates & Style / Default / global.css / Edit Stylesheet: Advanced Mode

#logo {
    background-image: url(../../../images/.png);
    padding: 10px 0;
    border-bottom: 0px solid #d69e16;
}