MyBB Community Forums

Full Version: Transparent GIF Avatar has white background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I upload a gif to my avatar, on my profile it shows it correctly with no background. On the forums where you post, the background is white instead of being transparent like it is supposed to.

How can I fix this?
What theme?
The default theme has a background applied to the image. In your stylesheets you need to find
.post .post_author div.author_avatar img
and remove the background line there.
(2016-03-07, 07:27 AM)Cameron:D Wrote: [ -> ]What theme?
The default theme has a background applied to the image. In your stylesheets you need to find
.post .post_author div.author_avatar img
and remove the background line there.

Thanks this fixed the problem.