Its diffrent for each theme. But mine is located in my theme @ this location.
/themes/bounce/lib/buddypress/bp.css
My theme is called “bounce”
Hope this helps!
If you’re not familiar with CSS you can mess things up fast. Yes, you’re only talking about a simple color change, but you need to change the correct item. I’m using a commerical theme where you can drop in a single line of CSS (if you know the correct coding) and you don’t have to directly mess with a CSS style sheets. My theme has 7 of those and the main one runs over 1,500 lines, which can be daunting.
I’ve haven’t had time to play with it, but I’ve heard good reports on it if you’re willing to put up with a beta browser. I’m talking about Microsoft’s IE 10 which has Developer tools. Basically what it does it let you scan HTML, CSS, item by item and make on the fly changes. Sounds Cool. Not only does this give you the ability to fix mistakes but play endless what-if.
Learn more here if you’re interested: http://msdn.microsoft.com/en-us/library/dd565628(VS.85).aspx
Thanks guys! I’ll take a look