I just implemented the lists widget on my site: https://dev.twitter.com/docs/embedded-timelines
I just want to override the background-color from white to transparent. Since it is a embedded widget I cannot edit it directly. Can anyone help me with it?
https://dev.twitter.com/docs/embedded-timelines
You can change the Chrome of the widget, to hide the header/footer/border or background.
Create a widget from twitter>settings>widgets.
Copy-paste the code provided.
For the answer i used the work from http://tweetsdecoder.net/. His snippet apparently doesn't work because of the script.
Cheers!
Edited:There was my nickname there
At the moment this is what twitter rendered in your web page.
Since you know all the id and class attributes you can then control it with css or JavaScript this Link http://tweetsdecoder.net may also be useful on how to customize twitter widgets.
I'm using something like the following (can't really find much reference for this now, but it's still working) (change
<YOUR_TWIITER_NAME>
with yours):If you need further customisations, try using TwitterPostFetcher by Jason Mayes. It allows for complete styling of timeline tweets - much more than the default style parameters that the stock twitter widgets provide.
To change the background of
a.twitter-timeline add data-chrome="transparent"
and place the anchor within an element with a CSS background-color