Default Post Font Size 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

    Default Post Font Size

    avatar
    Aphery
    New Member


    Male Posts : 16
    Reputation : 1
    Language : English

    In progress Default Post Font Size

    Post by Aphery March 23rd 2015, 7:01 pm

    Hello all.

    I wanted to change the default font size for posts in my forum. I had used a CSS script in past that changed the font for entire forum, but that caused custom profiles that appear under the avatar get bigger in size, causing their values look much smaller in comparison. I want to JUST change the default font size for posting, as removing that script made profile names look fitting to their values again.

    Thanks in advance.

    Forum type is phpbb2.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Default Post Font Size

    Post by Ange Tuteur March 23rd 2015, 11:01 pm

    Hi @Aphery,

    Add the following CSS rule to your stylesheet.
    Display > Colors > CSS stylesheet
    Code:
    .postbody { font-size:16px }

    You can change the size of the font by modifying the 16
    avatar
    Aphery
    New Member


    Male Posts : 16
    Reputation : 1
    Language : English

    In progress Re: Default Post Font Size

    Post by Aphery March 24th 2015, 7:46 pm

    Thank you so much. Works flawlessly. I'm sorry to add this, however, can you tell me how to change the profile names as well? I did not want to clutter with another topic.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Default Post Font Size

    Post by Ange Tuteur March 24th 2015, 11:03 pm

    Use this rule for the post profile names :
    Code:
    .post .name { font-size:16px }

    It functions the same as the last rule. Wink
    avatar
    Aphery
    New Member


    Male Posts : 16
    Reputation : 1
    Language : English

    In progress Re: Default Post Font Size

    Post by Aphery March 25th 2015, 5:38 pm

    Thank you so much for your time and sorry for the trouble. Works great, this thread can be locked now.