The fonts on the member card are the same fonts as used on the site, I don't think you can change them apart.
The Member Card itself is an image, so the color can only be changed by replacing the image.
There is no setting for the member card image yet
So there's 2 things you can do:
1. Just overwrite the image in your FTP (
Not recommended, because you'll have to overwrite with every update)
2. Upload it with a unique name in your FTP and change the path in the templates (Recommended, I'll explain this way)
What you gotta do is just go to this page:
http://xenforo.com/community/threads/member-card-overlay.8148/
- Pick a color you like and download it.
- Name it member-card_ziva.png and put it in your styles/default/xenfor

overlay/folder
- Go to ACP -> Appearance -> Templates ->
Select Style -> member_card.css
- Find this: "background: transparent url(@imagePath/xenfor

overlay/member-card.png);"
- Change it to this: "background: transparent url(@imagePath/xenfor

overlay/member-card_ziva.png);"
I tried to explain as best as I can, I hope you understand, if not, just ask
