>>
Site Map
>>
Forums
>>
Themes
Forum module - topics in forum:
Themes - Theme discussion only, Have a theme you made wanna share it. you can post a link to it here or ask questions on making themes and theme issues.
Bad Text Colour With Theme!!
I have searched the forums for theme problems and I could not find the answer! The problem I have, is I am using the Metallica theme which includes a forum template aswell. The theme is nice and most of the site is ok. However, for this purpose I have created a guest account so you can see the problem.
user - guest
pass - guest
Please log into the website and go to your account. Then go to Your Info and there you will see the problem. Basically the test wont show unless I highlight the whole page. How do I correct this problem?
Arena Smithster UK 2
Thanks in advance.
Logging in is not going to tell me anything. What I need for you to do is zip up the theme and email it to me
twistedthemes.seven at yahoo.com is my email address and i'll take a look at it.
Hi thanks for the reply.
I'm sorry I should have posted the link for you. I think it would be easier for you to get it direct from the site!
http://www.nukecode.com/modules.php?name=Theme_System&op=TSDetails&tid=307
Hope that helps.
If not I'll e-mail it no problem.
Either way i'll look at it in a bit. Not one of our themes so be patient.
Ok, no worries thanks.
I sent it by e-mail aswell anyway. Appreciate the help.
Open theme.php and find:
| Code: : |
$bgcolor1 = "#F7F8FA";
$bgcolor2 = "#F7F8FA";
$bgcolor3 = "#FFFFFF";
$bgcolor4 = "#F7F8FA";
$textcolor1 = "#000000";
$textcolor2 = "#000000"; |
Change it to:
| Code: : |
$bgcolor1 = "#F7F8FA";
$bgcolor2 = "#373A3F";
$bgcolor3 = "#373A3F";
$bgcolor4 = "#F7F8FA";
$textcolor1 = "#000000";
$textcolor2 = "#000000"; |