• Resolved alxndrl

    (@alxndrl)


    Hi there!
    Is there a way to change to font size for the text in Content Cards (what are the font options)?

    Alex

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Stanislav Khromov

    (@khromov)

    Hi Alex,

    Content Cards should use the same font your theme uses by default. It also has dark and light templates available to accomodate different themes.

    If you need any customization on top of that, you would have to add the CSS yourself.

    Thread Starter alxndrl

    (@alxndrl)

    Hi Stanislav – thanks for the fast reply!

    For the start, I was thinking only about the font size – nothing else (in my case, the size from content pulled to card is not matching text size in the post).
    Any help with that would be just awesome!

    /Alex

    • This reply was modified 8 years, 4 months ago by alxndrl.
    Plugin Author Stanislav Khromov

    (@khromov)

    Some CSS should fix that:

    
    .content_cards_title_link {
        font-size: 12px;
    }
    

    Adjust font-size as needed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font question’ is closed to new replies.