View previous topic :: View next topic |
gamechampionx
Level 8: Amarante


Joined: 20 Jun 2007
Posts: 212
3,076
Location: Pants
|
gamechampionx Posted: Tue Jul 10, 2007 1:10 am Post subject: Need Some Tech Help |
|
|
Hey,
I'm wondering if anyone here could help me out with a phpBB problem. I've been trying to solve this problem for days and days to no avail.
I have a phpBB forum running, and it looks as I want it to look, but when I'm going into administration, all the titles of the pages show up in black regardless of the main text color I set in my styles admin.
This would normally be bearable, but I have a black background so it's really messing with me. I'm generally pretty good with this sorta stuff so I'm boggled as to why I can't find where this is set.
Help is greatly appreciated. |
|
Back to top |
|
 |
eFlare
Level 12: Soul Knight Rank: Administrator


Joined: 29 Nov 2004
Posts: 453
5,813
Location: the Netherlands
|
eFlare Posted: Tue Jul 10, 2007 7:49 am Post subject: |
|
|
The admin panel should use the default skin for easy measure. Ours does, once you login to the admin panel subSilver just takes over.
Just make sure you don't delete the subSilver folder from the templates folder. You can make sure your members don't use it by not creating a style reference for it in phpBB itself. The admin panel will still use it though. _________________ ... "If you doubt, you question. If you question, you understand. If you understand, you know. If you know, you want to know more. And if you want to know more... you are alive." |
|
Back to top |
|
 |
gamechampionx
Level 8: Amarante


Joined: 20 Jun 2007
Posts: 212
3,076
Location: Pants
|
gamechampionx Posted: Tue Jul 10, 2007 3:22 pm Post subject: |
|
|
Yes, I realized the part about using subSilver. I modified subSilver, and the changes were reflected in the admin panel. However, the source of that black text color still remains a mystery to me, as NONE of the text colors selected in my modification are black. |
|
Back to top |
|
 |
eFlare
Level 12: Soul Knight Rank: Administrator


Joined: 29 Nov 2004
Posts: 453
5,813
Location: the Netherlands
|
eFlare Posted: Tue Jul 10, 2007 8:38 pm Post subject: |
|
|
Hmmm, okay. I'm not sure about the subSilver stylesheet but perhaps there is no font color set at all, then it's also black.
Try adding the following to the top of the subSilver stylesheet: Code: | body,div,td { color: #FFFFFF; } | It should globally set your font to white. _________________ ... "If you doubt, you question. If you question, you understand. If you understand, you know. If you know, you want to know more. And if you want to know more... you are alive." |
|
Back to top |
|
 |
gamechampionx
Level 8: Amarante


Joined: 20 Jun 2007
Posts: 212
3,076
Location: Pants
|
gamechampionx Posted: Tue Jul 10, 2007 11:48 pm Post subject: |
|
|
I tried that, but that text is still as black as ever. I also went into includes/index and changed the font color there.... which didn't work either. I went through all the php pages to see where the text was thrown in and couldn't figure it out.
This is just getting rediculous, no fault of anyone's here, but I don't know how I'm supposed to solve this. |
|
Back to top |
|
 |
|