MyBB Community Forums

Full Version: Header background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, this is my forums. I would like to have an image as the background of the logo. Currently, the background is a black gradient. I tried adding background-image: url(images/banner.png); to #header in global.css but it isn't working. Would appreaciate any help thank you.
Edit: Fixed it. I was using default black theme. color_black.css had background image in #logo. After removing that it worked fine.
Did you try using quotes? background: #ffffff url("images/banner.png");

plan b try the following and tell me

#logo {
background: #ffffff url("https://tecnovortex.com/wp-content/uploads/2019/04/wallpaper-engine.jpg" relative);
padding: 10px 0;
border-bottom: 1px solid #263c30;
}


after you try it put your image in the url