THere is a lot of text that I need to change fonts and colors on. I looked at the main.css but looks like thats not what I am looking for. I want to change the color and style of text that shows up in the registration form for an individual and for a group. I also want to change the color it uses where it gives option to choose between individual or group registration. What file I should be editing?
The only place to change the font styling IS in the main.css file. The labels on the items are confusing and need renamed, but they do modify the text you want to change. You can always view the source code, search to find the text that needs styled, look and see what class name is around that text, then find that class in the css file. Thanks.
I recommend using the Web Developer toolbar extension for Firefox. With this (and a particular option set), you can click on text and see the class it has been assigned.