Change font size for pages and blog post / Ever After theme

  • Unknown's avatar

    Hi guys,

    I just want to change the font size of the pages and blog post. Its still too big even after customizing it ! I have purchased the custom thing so I’m able to change the CSS. I have a very little notion about it so I just need the right code to past ! Anyone can help ?

    Cheers

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, add the following to your custom CSS and edit the 16px value as desired.

  • Unknown's avatar

    Where is the following ? :)

  • Unknown's avatar

    Sorry about that, but I see you have found the code.

  • Unknown's avatar

    Yes I went into my navigator inspector and just copy the code. Thanks for your answer anyway !

  • Unknown's avatar

    Half answer at best, but you are welcome. The web inspector is a great tool, and the more you use it, the more you will find it an invaluable tool when doing CSS.

    If you have any further questions, please let us know. I’ll answer your next question twice to make up for this time. :)

  • Unknown's avatar

    Haha no worries ! Yes it is an amazing tool and not that hard to use surprisingly ! Actually I have an other issue with the gap between text, its way to big as well. I tried to copy the code but its not working as easily as the font size.

    This is what I copied :

    media=”all”
    body, button, input, textarea {
    color: #87a2a5;
    font-family: ‘Vollkorn’, serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    }

    Maybe there is something missing ?

  • Unknown's avatar

    The only page I find text on on your site at the moment is http://lefrenchkiss.net/faq/ . Each line of text is a separate paragraph, so what you are seeing is the paragraph spacing.

    If you want the text to be closer together, you can edit the page and use shift-return/enter instead of just hitting enter, which will insert a line break instead of a paragraph break. In that way, paragraph spacing will still work on actual paragraphs.

    To do this, you can put your cursor at the beginning of each line and backspace and then hold down shift while hitting enter/return and you will get single line spacing.

  • Unknown's avatar

    Its working like a charm ! Awesome tip, I didn’t know about this at all. Thank you so much for your help.

  • Unknown's avatar

    You are very welcome.

  • The topic ‘Change font size for pages and blog post / Ever After theme’ is closed to new replies.