Open /styles/yourstyle/theme/colours.css and find:Passus wrote:How do I keep the logo but remove the header? (I don't want any color in the header. Just transparent or not there at all.)
Code: Select all
.headerbar {
background-color: #12A3EB;
background-image: url("{T_THEME_PATH}/images/bg_header.gif");
color: #FFFFFF;
}
background-image: url("{T_THEME_PATH}/images/bg_header.gif");
and edit background-color: #12A3EB;
to whatever colour you need.Hmmm...thanks, Mixstar. Nothing happened when I tried that. But then I went into common.css and commented outMixstar wrote: Remove or comment outbackground-image: url("{T_THEME_PATH}/images/bg_header.gif");
and editbackground-color: #12A3EB;
to whatever colour you need.
Code: Select all
background: #ebebeb none repeat-x 0 0;
Code: Select all
#wrap {
padding: 0 20px;
min-width: 650px;
}
Code: Select all
#wrap {
padding: 0 20px;
min-width: 650px;
width: 872px;
margin: 0 auto;
}
Since your site is back up, it looks like you could do with a fixed width forum, if you take a look over some of the last few messages I've posted in this topic, you will find the instructions I've posted on creating a Fixed Width Forum (changing the width to your needs). Your image is 1024px wide x 256px high, so adjust my previously posted instructions to compensate for your image dimensions.ethan1341 wrote:http://sc2ztp.com/phpBB3/ it keeps on repeating. Also it repeats more the more i zoom out. Also the banner looks a little big