2
edit in IPB adminCP
under skins & templates
click stylesheets & select the theme for ipb that u use.
find:
BODY { font-family: Arial, Verdana, Tahoma, sans-serif;font-size: 11px;margin: 0px;padding: 0px;text-align: center;color: #000000;background-color: #EAD4E9; }
it maybe slightly different depending on your theme..
but just find the body function
remove background-color
ie..
BODY { font-family: Arial, Verdana, Tahoma, sans-serif;font-size: 11px;margin: 0px;padding: 0px;text-align: center;color: #000000; }