For invisionfree skins you just go to the style sheet and change the background color from their where you see body.
CODE
background-color: #000000
This would make it black
Example what it is now(White):
CODE
BODY { font-family: Arial, Verdana, Tahoma, sans-serif; font-size: 10px; color: #989898; margin: 0px 0px 0px 0px; background-color: #FFFFFF }
Search for this code then change the background color to the background color I posted above.
After:
CODE
BODY { font-family: Arial, Verdana, Tahoma, sans-serif; font-size: 10px; color: #989898; margin: 0px 0px 0px 0px; background-color: #000000 }
Hope this was helpful to you,
Nick
Comment/Reply (w/o sign-up)