Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Discussion titles variable in CSS

edited August 2010 in Vanilla 2.0 - 2.8
Hi,

Can someone tell me where abouts in the CSS is the text-color variable for discussion titles displayed on the homepage? I'm trying to change them from the blue color to white.

Comments

  • TimTim Operations Vanilla Staff
    The absolute best way to debug CSS stuff like this is:

    1) Download and install Firefox - http://www.firefox.com
    2) Install the FireBug extension for Firefox - http://getfirebug.com
    3) Right click the element you are interested in, and click "Inspect Element"
    4) In the bar that comes up on the bottom of your browser you should now see the element in its sourcecode context, highlighted. On the right side, a list of applicable CSS styles and their filename/linenumber.
    5) ???
    6) Profit!

    Vanilla Forums COO [GitHub, Twitter, About.me]

Sign In or Register to comment.