Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1017570

    How can I change the default blog post font size and font face?

    Thanks

    #1017736

    Hey marihonaa,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-post * {
      font-family:verdana !important;
      font-size:16px !important;
    }

    Best regards,
    Rikard

    #1017791

    This changes all the text in the blog post.

    I only want to change the H1, sorry if that wasn’t clear. And I’d like to use a Google font.

    Thank you!

    • This reply was modified 6 years, 1 month ago by marihonaa.
    #1017792

    ..

    • This reply was modified 6 years, 1 month ago by marihonaa. Reason: edited other comment
    #1018747

    Hi,

    Thanks for the update.

    Adjust the code a bit.

    .single-post h1 {
      font-size: 16px !important;
    }

    You can set the font in the Enfold > General Styling > Fonts panel.

    Best regards,
    Ismael

    #1018911

    Thanks!

    The blog post headings have a different font than the page headings.
    I want to change only the font in the blog post heading.

    #1019725

    Hi,

    Thanks for the update. You can use this css code instead.

    #top .fullsize .template-blog .post-title a {
        font-size: 22px !important;
        font-family: 'Terminal Dosis', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.