This forum has only received 7 questions in the last 4 weeks.
How difficult would it really be for the moderators to answer them!?
Trying again:
Hi. Does anyone know the CSS code to change the font size / face of “WP Twitter Feeds” — it seems this should be an easy fix, once I know the right code, and the right place to drop it in. Thanks in advance,
Sam
Posting again…..
Hi. Does anyone know the CSS code to change the font size / face of “WP Twitter Feeds” — it seems this should be an easy fix, once I know the right code, and the right place to drop it in. Thanks in advance,
Sam
Hi Samrosenthal,
Greetings !!
Thanks for using our plugin.
You can easily change the CSS code for font size / face of “WP Twitter Feeds”. For it you need to do some customization in your CSS file.
Please write this code in your css file.
.tweet_data
{
font-size: 12px !important;
font-family: cursive !important;
}
Let us know if you need more help.
Thanks & Regards
Team Vivacity