Quote:
Originally Posted by PitchouneN64ngc
There is no stylevar actually in Project Tools. We will add them in a future version.
To edit colors, you need to edit 'projecttools.css' template.
|
Ok fair enough
Editing the projecttools.css and attempting to overwrite did not work, overwriting just the color via additional.css did though and that way I don't mess up the default css regardless.
For those who wish to make a change like myself:
If you want to fix this due to customizing your style simply go to your additional.css template and add this near the bottom:
Code:
/*Project Tools footer font color fix */
.footer_copyright,
.footer_morecopyright,
.footer_time {
color:{vb:stylevar footer_copyright_color};
}
That overwrites the color site wide not just in the project tools. I wanted all my text white so I combined a few you can separate and show the color for the specific part if you wish simply find the names I referenced above in the vbulletin-chrome.css template and copy additional css in as required.