0

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?

IvanRF
  • 7,115
  • 5
  • 47
  • 71

1 Answers1

0

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>
Community
  • 1
  • 1
Doggy-B
  • 47
  • 10