PhpBB3 forum. Customizing colours on subsilver2.

Status
Not open for further replies.

DotMoth

New Member
Messages
27
Reaction score
0
Points
0
Hi, I am new to forum use (from the administration side) and am in the process of setting one up to compliment my website:

http://www.dotmoth.net

the forum is at can be found here:

http://www.dotmoth.net/forum

I am using the subsilver2 template and trying to change the colours from a blue scheme to Olive (#666633), Green (#DDDD99) and Orange (#CC8800) Most of the colur blocks I've managed to change but I can't work out how or where to edit the remaining ones.

Can anyone tell me how to change the last few blocks?

Thanks.
 
Last edited:

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
Code:
th  {
background-color:#666633;
background-image:url("./images/cellpic3.gif");

The blue bars in the theme are caused by the background image which is blue.

Same goes for the gray bars:

Code:
.cat  {
background-color:#DDDD99;
background-image:url("./images/cellpic1.gif");

If you want to change the top header color too, theres a gray image too:

Code:
#logodesc  {
background-color:#DDDD99;
background-image:url("./images/background.gif");
 
Last edited:

DotMoth

New Member
Messages
27
Reaction score
0
Points
0
OK, I get the idea. Some of the images are layered but once I've found them all I mange to get the look I'm after.

I hadn't realized they were gifs, thanks for that.

:)
 
Status
Not open for further replies.
Top