>>
Site Map
>>
Forums
>>
Themes 7x
Forum module - topics in forum:
Themes 7x - Discussions regarding PHP-Nuke Themes. 7x
editing catigories background colour in forums
hey guys... i have been searching the style sheets and cant seem to find where to edit the
background colour of the catigories table...
see attched pick....
P.S. y dont you have themes 7.x as a forum only 6.x????
DAJ_Glass??
One of these in forum.css
| Code: : |
td.row1 { background-color: #F5F5F5; }
td.row2 { background-color: #FFFFFF; }
td.row3 { background-color: #576972; }
td.row4 { background-image: url(images/cellpic0.gif); }
td.row5 { background-image: url(images/background/toolbar_middle_center.gif); }
td.row6 { background-color: #FAFAFA; }
td.row7 { background-color: #FDFDFD; } |
| Quote: : |
| P.S. y dont you have themes 7.x as a forum only 6.x???? |
Because themes are themes, 6x, 7x they're all the same. 
yep... its td.row1
but if you change that colour you also change the colour of the background of all your blocks on the left side.... 