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

    Is there a way to change the font size of the content elements blog post feature on the frontpage? It shows up very large and I’d like to have it a smaller size.

    #725063

    Anyone able to help?

    #725064

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home .slide-entry-title {
        font-size: 14px!important;
    }
    

    Best regards,
    Yigit

    #725071

    Ok that fixed the font size. I though it might help the spacing between each entry but it didn’t. Is there a way to make each entry closer together instead of spread out like it is?

    #725076

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home .more-link {
        margin-top: 0;
    }
    .home .avia-content-slider .slide-entry-wrap {
        margin-bottom: 5px;
    }
    

    Best regards,
    Yigit

    #725094

    Ok that appears to have worked, thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change font size of blog post on frontpage’ is closed to new replies.