Background panel on Twitter feed

Hey,

Take a look at this page:

http://www.glofamily.com/glo/

At the top right Twitter panel, i am using a twitter feed, but for some reason there is a background behind the feed and i want to make it transparent, can i do this?

Hopefully someone can help me out…

Thanks again

Your answer may lie in the Twitter JS file :cool:

theme: {
                            shell: {
                              background: '#fbf8f3',
                              color: '#333333'
                            },
                            tweets: {
                              background: '#fbf8f3',
                              color: '#333333',
                              links: '#6c8111'
                            }

Do you mean the logo twitter having a white background, or the text after it having a light brownish? colour?

.twr-timeline has this style:
background:#FBF8F3 none repeat scroll 0 0 !important;
that’s right at the end of like the 5th line (one big long line of code). Then there’s some border-radius afterwards to make the corners rounded.

I saw a lot of importants in there…