Quote:
Originally Posted by DjEddie
hi,
how do I change color of the background.. I want it transparent?
Thanks
Eddie
|
in plug in forumhome_complete find
PHP Code:
<div style="margin:6px;padding:4px;border:1px dashed #c0c0c0;background:#ffffff">
change it to
PHP Code:
<div style="margin:6px;padding:4px;border:1px dashed #c0c0c0;background:transparent">
background:#ffffff = background:transparent