Quote:
Originally Posted by hugoroger
I already did that and now I see the white wrapper.. I need to remove that white wrapper.. this is what I have so far.. clashforum(dot)com(dot)br
|
If you want to remove the white wrapper from the body, then alter the plugin I posted to read:
PHP Code:
$template_hook['headinclude_css'] .= '<style>body, .above_body {background: transparent !important;}</style>';