• Resolved fixthepig

    (@fixthepig)


    I want to change the default text size for my posts only. Not the text size for anything else on my site. When I go into my style sheet and change the font % size, it also changes the font size of all my categories, popular post titles, etc.
    Is there a way to only change the actual post text size?

Viewing 6 replies - 1 through 6 (of 6 total)
  • depends on how the theme was set up. What theme are you using? Site URL?

    Thread Starter fixthepig

    (@fixthepig)

    AverageGal dot com

    font:62.5%/1.5 declaration set in body, so you can either increase or decrease font-size in content area by adding at the very end of you style.css:
    .content p, .content a { font-size: 1em; }
    or you can increase to 1.25em or more, to taste

    Hi,

    You just need to change the font for the body section from the current active theme stylesheet.

    Thread Starter fixthepig

    (@fixthepig)

    @mercime
    with your method where do I put the code and how do I adjust the size with this code?

    add declarations to the style.css of your theme. If you want larger font-size, then make it 1.3em or 1.5em, or if smaller font size, make it .75em or .9em

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change the Default Font Size for Only My Post’ is closed to new replies.