elitetek Posted October 5, 2008 Report Share Posted October 5, 2008 Hello i want to remove the default white box from around my avatars, how can i do this. As this is conflicting with transparent avatars which theme with the forum. Link to comment
Timan Posted October 5, 2008 Report Share Posted October 5, 2008 Easy fix,Go into the CSS and replace the following.avatar img { border: 1px solid #d8d8d8; margin: 0 auto 0 auto; padding: 5px; background: #ffffff;}with something like.avatar img { margin: 0 auto 0 auto;} Link to comment
elitetek Posted October 5, 2008 Author Report Share Posted October 5, 2008 Fixed, thanks again. Link to comment
Recommended Posts