You can use a developer tool like Firebug for Firefox, or whatever is available in your browser of choice (even IE has some sort of developer tool now) to inspect the element you are interested in and see what stylesheet rules control it, and/or what CSS class/id applies to it, and edit that. In Firebug you can edit and add styling and see the results instantly, so you know exactly how to edit your actual stylesheet. You've been at this long enough that you need to learn to do basic things like this for yourself.


Reply With Quote
