I have a dreamline template and I've changed the default font text color to black by doing that post I have above quoted from other source, so that part is done for me, although, on my forum, the POSTS, AUTHOR, and LAST REPLY font colors are still white.
Can anyone provide me with some code that I could add that could change that?
To view an example from my forum: http://club.jtgirlz.com/orca/#forum/-Sup-Chicago-0.htm
Thank you in advance =] |
[quote]the problem of orca is that it was designed for white background and integration with dark templates make it a bit pain.. here is solution for that.. the best one would be making special template for orca but boonex change template structure to often for dolphin and orca so we decided not to make template for orca.
but you can solve the font color problem by adding this code to
tmpl_wtt/css/general.css
#orca_main {
color:#000000;
}
#f_header {
color:#FFFFFF;
}
#f_desc, #f_desc_no {
color:#FFFFFF;
}
this code will solve font problems in orca[/quote]