Changing the font size of a username. 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.
5 posters

    Changing the font size of a username.

    avatar
    NSJW
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Changing the font size of a username.

    Post by NSJW December 15th 2011, 12:44 pm

    Is it possible to change the font size of ones username on your forum?


    Last edited by NSJW on December 17th 2011, 4:31 am; edited 1 time in total
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Changing the font size of a username.

    Post by kirk December 15th 2011, 1:09 pm

    Not unless there is some way to do it with css??
    I believe it is part of the main font size, So whatever you have that set to on your forum hats what it should be.
    avatar
    Guest
    Guest


    Solved Re: Changing the font size of a username.

    Post by Guest December 15th 2011, 2:33 pm

    CSS Code will be:
    Code:
    .name strong a, #chatbox_members a, .gensmall a{
      font-size: 10px !important;
    }
    or:
    Code:
    .name strong a, #chatbox_members a{
      font-size: 10px !important;
    }
    Change 10px to number of pixels you want. Wink
    avatar
    NSJW
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Re: Changing the font size of a username.

    Post by NSJW December 16th 2011, 12:07 pm

    I'm not to good with this stuff Razz
    Where would I go to do this?
    Edit:
    What about the colour aswell? Razz
    avatar
    Guest
    Guest


    Solved Re: Changing the font size of a username.

    Post by Guest December 16th 2011, 12:36 pm

    Administration Panel => Display => Pictures and colors => Colors => CSS Stylesheet. Add the code, and save! Razz
    avatar
    NSJW
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Re: Changing the font size of a username.

    Post by NSJW December 16th 2011, 12:47 pm

    Gassy wrote:Administration Panel => Display => Pictures and colors => Colors => CSS Stylesheet. Add the code, and save! Razz
    I tried that, it doesn't work Sad
    avatar
    Guest
    Guest


    Solved Re: Changing the font size of a username.

    Post by Guest December 16th 2011, 2:45 pm

    What is your forum version? Smile
    avatar
    NSJW
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Re: Changing the font size of a username.

    Post by NSJW December 17th 2011, 2:06 am

    PhpBB3.
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Solved Re: Changing the font size of a username.

    Post by Mike December 17th 2011, 3:22 am

    Here's all the CSS codes I could find:

    Code:
    a[href="/u1"]{
          font-size: --px !important;
        }

    Change the /u1 to the user id found on a users profile.
    change --px to the font size.
    avatar
    NSJW
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Re: Changing the font size of a username.

    Post by NSJW December 17th 2011, 4:04 am

    The user ID is the persons username or...?


    Last edited by NSJW on December 17th 2011, 4:08 am; edited 2 times in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51550
    Reputation : 3519
    Language : English
    Location : United States

    Solved Re: Changing the font size of a username.

    Post by SLGray December 17th 2011, 4:06 am

    The ID is the like this /u1. To locate it, press an username which will load the member's profile. Look at the username's link.



    Changing the font size of a username. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    NSJW
    New Member


    Posts : 23
    Reputation : 1
    Language : English

    Solved Re: Changing the font size of a username.

    Post by NSJW December 17th 2011, 4:09 am

    I got the ID but it seems to not work.


    Last edited by NSJW on December 17th 2011, 4:10 am; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51550
    Reputation : 3519
    Language : English
    Location : United States

    Solved Re: Changing the font size of a username.

    Post by SLGray December 17th 2011, 4:09 am

    Yes. I could check for you.

    Edit: It should be fixed now. You added the code into the code before it in the CSS styleshet. It should have been the last one, not part of another code.
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17924
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Changing the font size of a username.

    Post by Jophy December 17th 2011, 5:20 am

    Topic Solved & Moved

    Note: You can also help the staff member's work by EDITING your topic and marking it as solved.