Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #667860

    I’ve found the code for the blog titles that show on the blog list page, but it only seems to work for changing the font colour while not the font size.
    .template-blog .post-title { font-size: 55px;}

    And I’ve found the code for the blog titles on the individual blog pages.
    .entry-content-wrapper .post-title { font-size: 38px; }

    I need the blog titles to be larger on the blog list page (this is not the same thing as making the blog title larger on the individual blog article pages). How do I do that?

    #668056

    Hey m!

    Have you tried using following code?

    .post-title { font-size: 38px; }

    If you have, please post the link to your page where you would like to make changes.

    Cheers!
    Yigit

    #668266

    That code doesn’t make the font larger.

    #668507

    Hi,

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

    #top .flex_column .template-blog .post-title {
        font-size: 30px;
    }
    

    Best regards,
    Yigit

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