Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #660266

    Dear support,

    i want to change the excerpts font size in my blogmagazine. I looked and found this css code but that didn’t work.

    .recent_posts_with_excerpts li h3{
    font-size:10px
    }

    So could you let me know what i should do. and also a want to line the text to the left nog al the way

    see my page on: http://atalba.nl/enfold/blog/
    http://atalba.nl/enfold/blog/

    #660404

    Hi ingevandeweem!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-128 .entry-content {
        font-size: 12px;
    }

    Regards,
    Yigit

    #660448

    Hi there,

    Great it works.. now i know also how to adjust the interlinie
    please what code can i use to set it for the hole site?

    .page-id-128 .entry-content {
    font-size: 12px;
    }

    for home is was

    .home .entry-content {
    font-size: 12px;
    }

    #660470

    Hey!

    Please change it to following to applied it globally

    .entry-content {
    font-size: 12px;
    }

    Best regards,
    Yigit

    • This reply was modified 9 years ago by Yigit.
    #660478

    clear… thanx
    case closed ;-)

    #660482

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change the font size of the excerpt of a blog in a magazine’ is closed to new replies.