I just implemented the lists widget on my site (embedded-timelines).
I just want to override letters color from black to any other color.
Since it is an embedded widget I cannot edit it directly. Can anyone help me with it?
I just implemented the lists widget on my site (embedded-timelines).
I just want to override letters color from black to any other color.
Since it is an embedded widget I cannot edit it directly. Can anyone help me with it?
You should check out this question: How to customize twitter widget style?
It's like the exact same thing as yours.
Anyway, I found this answer on the link I gave you. Dunno if it might help...(It might not, go check out the link)
You can change the Chrome of the widget, to hide the header/footer/border or background.
<a class="twitter-timeline" href="https://twitter.com/twitterapi" data- widget-id="<YOUR ID>" data-theme="dark" data-link-color="#000" data-chrome="noheader nofooter noborders transparent" data-related="twitterapi,twitter" data-aria-polite="assertive" width="300" height="300" lang="EN">Tweets by @twitterapi</a>