MyBB Community Forums
Transparent GIF Avatar has white background - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: Transparent GIF Avatar has white background (/thread-189636.html)



Transparent GIF Avatar has white background - Spitfire_ - 2016-03-07

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?


RE: Transparent GIF Avatar has white background - Cameron:D - 2016-03-07

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.


RE: Transparent GIF Avatar has white background - Spitfire_ - 2016-03-07

(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.