ilovgoogle
Member
Posted 3 years ago #
I currently have a twitter plug in sidebar at http://www.applesforthoughts.com. The size of the font is the same as the size of the normal text in the posts. Is there a way I can change this so the the text of the plug-in in my sidebar has an increased font size while keeping everything else the same? Thanks for any help!
mdgrech
Member
Posted 3 years ago #
yupp...ok goto your style.css file and insert the following code
li#twitter-1 {font-size: 150%; }
You fine tune the font size to your liking by just adjusting the number. 100% is where it is currently set.
ilovgoogle
Member
Posted 3 years ago #
Thank's for the help! Worked like a charm!