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.
The forum of the forums
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 Mon 23 Mar - 19:01

    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 : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Default Post Font Size

    Post by Ange Tuteur Mon 23 Mar - 23:01

    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 Tue 24 Mar - 19:46

    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 : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Default Post Font Size

    Post by Ange Tuteur Tue 24 Mar - 23:03

    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 Wed 25 Mar - 17:38

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

      Current date/time is Sun 22 Sep - 19:24