Template error

Bmxdudde1100

Familiar Face
Joined
Aug 30, 2007
Messages
64
Reaction score
0
FP$
6
Well Chris knows what it is -happy-

But is this not an images that will need editing?
 
You wont need to edit any images, it's a simple change to a bit of .css code.

I'll look it up for you now

EDit:

Ok, it should be something like this:

Open colours.css

Find:
Code:
.forabg {
   background-color: #5D5F62;
   background-image: url("{T_THEME_PATH}/images/bg_list.gif");
}

.forumbg {
   background-color: #5D5F62;
   background-image: url("{T_THEME_PATH}/images/bg_header.gif");
}

The colour codes here are based on prosilver, so you wont find an exact match. just try and match the rest of the code up.


Replace with:
Code:
.forabg {
   background-color: #3a83c3;
   background-image: url("{T_THEME_PATH}/images/bg_list.gif");
}

.forumbg {
   background-color: #3a83c3;
   background-image: url("{T_THEME_PATH}/images/bg_header.gif");
}


Then, Purge cache in admin panel, and refresh your browser a few times. Let me know what happens.
 
Ill give it a try thanks.

Have you got the right colours there or do I need to go and find them?
 
Back
Top Bottom