I'm using the Twitter for Wordpress plugin. It works fine, but it's using a default serif font to display the text. I'd like the use the san serif style used in the theme's posts. Please tell me how change the font.
Thanks.
I'm using the Twitter for Wordpress plugin. It works fine, but it's using a default serif font to display the text. I'd like the use the san serif style used in the theme's posts. Please tell me how change the font.
Thanks.
Hi,
add this code in custom.css file:
.twitter-item {font-family: FONT NAME HERE}
Cheers,
Max.
What is the code for the complete style (font, color, size, etc) used for posts text?
Thank you
This is the code you need to use
.twitter-item {
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color: #5C4C48;
line-height: 18px;
}
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearching for something specific? Type something and press Enter to search.
Add Reply
You must log in to post.