How to change the font size of my Twitter widgets?
-
I want to display my tweets in my sidebar and I found two plugins I like, especcially the looks. The HTML code of Twitter en the Twitter Goodies plugin.
I put them both on my site, https://www.hunne.nl, and I found out that the font size is so small, that nobody can read it. I really dont know if it is possible to change that. Can somebody help?
The code of the Twitter widget is as follows
<script src="https://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 8, interval: 6000, width: 'auto', height: 300, theme: { shell: { background: '#ffffff', color: '#000000' }, tweets: { background: '#a8a8a8', color: '#ffffff', links: '#384f63' } }, features: { scrollbar: true, loop: false, live: false, hashtags: true, timestamp: true, avatars: true, behavior: 'all' } }).render().setUser('edokoch').start(); </script>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How to change the font size of my Twitter widgets?’ is closed to new replies.