Font size in post area Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Font size in post area

    purplelady
    purplelady
    New Member


    Female Posts : 24
    Reputation : 0
    Language : Engoish

    Font size in post area Empty Font size in post area

    Post by purplelady Tue Apr 06, 2010 10:06 pm

    Once the message is posted the font size is fine.
    It's when you're writing it out to be submitted.The font is just way too small and hard to read(an understatement)
    Everything else on the forum is working just fine.Real pleased.
    I look in the COLORS section.Nope.Not there.Checked out the CSS and not sure where the font size for this area is.
    I don't want to make a mistake in CSS.Could make matters worse if i do this wrong.
    So how do i change this font size and where?
    HELP! Sure it's a simple thing to fix.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Font size in post area Empty Re: Font size in post area

    Post by Sanket Wed Apr 07, 2010 2:57 am

    Whats your forum version? Also is this in the quick reply or advanced posting ?
    purplelady
    purplelady
    New Member


    Female Posts : 24
    Reputation : 0
    Language : Engoish

    Font size in post area Empty Re: Font size in post area

    Post by purplelady Tue May 11, 2010 10:37 pm

    take a look.I changed the font size and it shows up in most areas.
    But you put up a post and after you submit-it is ant size print.Some of us older people simply can't see this size.
    THE FORUM
    I would call this the message area.Not sure if that's the correct term but you can see the small size of the font when you read the posts.
    Not when you type the message up.There it's fine.
    i'm not sure what version this is.Where do you check?
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Font size in post area Empty Re: Font size in post area

    Post by Sanket Wed May 12, 2010 2:48 am

    can you post a screenshot of it?

    Admin Panel>Display
    Then you will see theme version.
    purplelady
    purplelady
    New Member


    Female Posts : 24
    Reputation : 0
    Language : Engoish

    Font size in post area Empty Re: Font size in post area

    Post by purplelady Wed May 12, 2010 5:56 pm

    Font size in post area Rgwj0m
    phbb2
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Font size in post area Empty Re: Font size in post area

    Post by Sanket Wed May 12, 2010 10:01 pm

    Code:
    .postbody{
        font-size : 20px;
        }

    Add this to your css, change the 20 to whatever you want.