• Hello,

    I’ve searched the forums and have been trying to make my post font larger. I don’t want the sidebar or nav bar font larger. Just the fond in the posts. I can’t find where to do it.

    I tried
    body{color:#555; font:12px “Helvetica Neue”,Helvetica,Arial,sans-serif}

    But doing that changes the font size for the sidebar and nav bar.

    My website is getbusylivingblog.com

    My stylesheet is below if that helps. Thanks!!

    [code moderated as per forum rules - a link to your site is sufficient to access the stylesheet]

Viewing 4 replies - 1 through 4 (of 4 total)
  • style.css:

    .entry p {
        font-size: 12px;
        line-height: 20px;
        text-align: left;
    }

    Adjust the value for font-size.

    Thread Starter bhsu21

    (@bhsu21)

    Wow thanks so much!! that did the trick.

    Could you also tell me how I could change the color for links in my post?

    They’re orange but I would like them darker.

    Thanks again ESMI!

    (sorry I didn’t know to just put the link and not the whole stylesheet)

    At the top of your stylesheet, you’ll find this:

    a{color:#F90; text-decoration:none}
    a:hover{text-decoration:underline}

    You can change the hex value to a new one.
    Here is a great site for getting other shades:
    http://0to255.com/FF9900

    Thank you for that information ESMI.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to make font bigger? Can't figure it out’ is closed to new replies.