MyBB Community Forums

Full Version: Square Theme - How can I do background behind the logo?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I want a background behind all the header Stuffs... -  
So... How can I do background  behind the logo?
http://prntscr.com/c1qqub
Themes > Square > Square.css

#header {
  	background: #005ea7 url(images/square/yourimage.jpg);
  	height: 200px;
}
(2016-08-05, 12:13 AM)iAndrew Wrote: [ -> ]Themes > Square > Square.css

#header {
  	background: #005ea7 url(images/square/yourimage.jpg);
  	height: 200px;
}


I uploaded image files, and edited the file , but it still does not work
Did you edit the #header id in Themes > Square > Square.css ?
(2016-08-05, 01:10 AM)iAndrew Wrote: [ -> ]Did you edit the #header id in Themes > Square > Square.css ?

yes...
But I used png image , its should be jpg to work?
No, any extension you want. jpg is better quality, png is mainly used for transparency.
(2016-08-05, 12:12 PM)iAndrew Wrote: [ -> ]No, any extension you want. jpg is better quality, png is mainly used for transparency.

so why its isn't work?
I tried upload background and its isn't work...
my mods and plugins don't work too...
What is your forum url?
(2016-08-05, 01:48 PM)iAndrew Wrote: [ -> ]What is your forum url?
http://dragonballsuniverse.com/index.php
I used another code and the background work but... Can you help me with the plugins?
Disable all plugins and activate them one at a time, you'll find the culprit causing problems.
Pages: 1 2