• Resolved javimar

    (@javimar)


    Hello,

    I would like to change the style of the posts, both the overall blog section, and the single post. The current one font is too light and tiny which makes it hard to read, and would like to change it to a darker color, and make it bigger. Can you tell me which classes should I modify? styles.css is huge and I am not sure which one affects these sections.

    Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Put below CSS rules into Custom CSS Editor:

    .post-content p {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
        color: #000;
        font-weight: 400;
    }
    ul.post-meta li, ul.post-meta li a {
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }
    .post-tags-list a {
        color: #fff;
        font-size: 14px;
        padding: 5px 8px;
        background: #000;
    }

    And save the changes.

    Note: If you want to change other style for blog then inspect the elements and modify the CSS rules according your need. and put into Custom CSS Editor.

    Let us know for further assistance.

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing font in posts’ is closed to new replies.