MyBB Community Forums

Full Version: Change blue backgrounds
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

i want to change the blue backgrounds on the Forum.
http://einfachrobin.de/forum/index.php

The blue picutres where "Ankündigungen & Informationen" and "DayZ Standalone" etc is on.
Is there any way to change them?
.forumhead {
 background: #324e66 url(../../../images/duende/thead3.png) no-repeat center;
 -webkit-box-shadow: rgba(0,0,0,0.3) 0px 4px, inset #3d6485 0px 1px 0px;
 -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #3d6485 0px 1px 0px;
 box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #3d6485 0px 1px 0px;
 -moz-background-clip: padding;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 border: 1px solid #1a2936;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 font-family: Source Sans Pro,Tahoma,Helvetica Neue,Arial,sans-serif;
 font-size: 13px;
 font-style: normal;
 color: #fff;
 text-shadow: 1px 1px 0px #283544;
 padding: 10px;
 height: 25px;
}


Thats your global.css

To add background image just do this... Example
background: #252525 url(http://i.imgur.com/6SF9Rpa.png) repeat;

DELETE:

background: #324e66 url(../../../images/duende/thead3.png) no-repeat center;
But on the Portal Page: http://einfachrobin.de/forum/portal.php the things are still blue.
Doesn't seem like its blue anymore since i don't see anywhere blue Smile