Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #16742
    chrystel
    Member

    How do I change the font size for posts and for the subheadline

    #16747
    Sakin
    Keymaster

    @chrystel: It is not recommended to change the font size as we have designed the font size to adjust as per the screen sizes. This is called responsive design.

    Can you be more specific on which font size you want to change and in which screen size. Then I can help you with CSS.

    #16752
    chrystel
    Member

    The sub headline needs to be bigger on my front page, lots bigger.
    I have read that the optimum font size for blog body text is 14pt, even twelve would be better than what I’be got now. A friend of mine complained she could not read it.

    website is prayer-house.com

    Thank you

    #16756
    Sakin
    Keymaster

    @chrystel: You can adjust the font size as per your need. Right now it’s 20px. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1060px) {
    #homepage-message span {
        font-size: 20px;
    }
    }
    #16766
    chrystel
    Member

    Thank you that works great, I do kind of wonder why it’s a bit slanted though, almost as if it’s in italics.

    Thank you Sakin

    #16777
    Sakin
    Keymaster

    @chrystel: For font style, you have to add the following CSS in “Appearance => Theme Options => Custom CSS”.
    #homepage-message span { font-style: normal; }

    #16785
    chrystel
    Member

    Thank you Sakin 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘change font size’ is closed to new replies.