I'm a noob and a little nervous about messing up something. I added new headers and footers to my pages and the amember pages need to be centered; they are set to the left. I realize it has something to do with the CSS pages, but I have no idea where they're located, what files I need to access and what to change the values to. There's actually two things I'd like to change, 1. Center the page 2. Change the color of the blue boxes on the pages. Thank you very much for your help!
1) css is located at amember\templates\css You can modify the default or even better create a site.css to override the default values 2) As for knowing what to change? I suggest using FireFox and the FireBug plugin. It will allow you to right click on whatever you want to change about a page and "inspect" the values and live preview what the changes look like.