• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. 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.

    Attachments

    1. twitter_widget_font.png (92.8 KB, 522 downloads) 1 year old
    stephen3825
    1 year ago
  2. Hi,
    add this code in custom.css file:

    .twitter-item {font-family: FONT NAME HERE}
    

    Cheers,
    Max.

    Max
    1 year ago
  3. Thank you. What is the font family used for the text in the Bon Apetit theme?

    stephen3825
    1 year ago
  4. There is used Arial.

    Max
    1 year ago
  5. What is the code for the complete style (font, color, size, etc) used for posts text?

    Thank you

    stephen3825
    1 year ago
  6. This is the code you need to use

    .twitter-item {
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    color: #5C4C48;
    line-height: 18px;
    }
    

    Max
    1 year ago
  7. That did it. Thanks Max!

    stephen3825
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.