not a bug per se but a question...
I need to change a few colors around and I see that the new stylevars system handles many - but not all things...
There is no stylevar that manages
forum category titles. Can you tell us what stylesheet (or other script) does handle this? I had to resort to including a span-tag in the forums manager itself just to modify the title's color but of course that makes the change universal in all styles which frankly sucks in some instances...
It's perhaps asking you to divulge a trade secret but at least it is a fairly minor one
edit: nevermind, here it is...
Enable stylesheets in the ACP and go to:
/public_html/forums/clientscript/vbulletin_css/style00014l/forumhome-rollup.css
edit:
Code:
.forumbit_nopost .forumhead .forumtitle a {
color: #60e4fb;
margin-left: 10px;
}
to whatever color you want...
gods I love firebug!!!