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
4 posters

    Rank colors.

    avatar
    Guest
    Guest


    In progress Rank colors.

    Post by Guest October 21st 2014, 8:05 pm

    Hello guys, is there any way to change rank colors, I know how to change group colors but not the ranks, can you help.

    Also I want to make my rank text bigger, and my name size bigger.

    Here is what I mean by that, to change that from what ever size it is to 14px. http://prntscr.com/4yd88d



    If I could get both of these answered that would be great, thanks!


    -Luke
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    In progress Re: Rank colors.

    Post by SLGray October 21st 2014, 8:12 pm

    Add this to the rank titles:
    Code:
    <font-color=YOUR COLOR><font-zise=YOUR SIZE>RANK TITLE</font></font>



    Rank colors. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Mati
    Mati
    Active Poster


    Posts : 1932
    Reputation : 333
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    In progress Re: Rank colors.

    Post by Mati October 21st 2014, 8:15 pm

    The code i was given to you change it with this one to make the size big

    Code:
    .pun .user-ident .username {
        position: relative;
        text-align: center;
        font-size: 16px;
    }
    avatar
    Guest
    Guest


    In progress Re: Rank colors.

    Post by Guest October 21st 2014, 8:22 pm

    Can you give me the exact code of the rank title, size 14px and saying Administrator in red, thanks.
    Mati
    Mati
    Active Poster


    Posts : 1932
    Reputation : 333
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    In progress Re: Rank colors.

    Post by Mati October 21st 2014, 8:27 pm

    Code:
    <span style="color: red;"><span style="font-size: 14px;">Administrator</span></span>
    avatar
    Guest
    Guest


    In progress Re: Rank colors.

    Post by Guest October 21st 2014, 8:30 pm

    Mati™️ wrote:
    Code:
    <span style="color: red;"><span style="font-size: 14px;">Administrator</span></span>
    Thanks for this, it now works. Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    In progress Re: Rank colors.

    Post by SLGray October 21st 2014, 8:43 pm

    Is this solved?



    Rank colors. Slgray10

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


    In progress Re: Rank colors.

    Post by Guest October 21st 2014, 8:53 pm

    1 last thing, can someone tell me the correct code for PunBB to update the names to 14 px, please help for the CSS! THANKS!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    In progress Re: Rank colors.

    Post by SLGray October 21st 2014, 9:03 pm

    Code:
    .pun .user-ident .username {
        position: relative;
        text-align: center;
        font-size: 16px;
    }



    Rank colors. Slgray10

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


    In progress Re: Rank colors.

    Post by Guest October 21st 2014, 9:06 pm

    Hmm, it's still not working. Sad
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: Rank colors.

    Post by _Twisted_Mods_ October 21st 2014, 9:13 pm

    acp>display>pictures&clors>colors>css tab

    add


    Code:
    a[href*="/u"]{font-size:14px;}

    save
    Ramdaman
    Ramdaman
    Active Poster


    Male Posts : 1590
    Reputation : 99
    Language : English, Albanian, Macedonian, Russian | HTML, CSS
    Location : New York City

    In progress Re: Rank colors.

    Post by Ramdaman October 21st 2014, 9:14 pm

    Try this, it's really long.

    Code:
    #main-content > div.main.paged > div.main-content.topic > div > div > div.postbody > div.user > div.user-ident > h4 > a > span > strong {
     position: relative;
     text-align: center;
     font-size: 16px;
    }

    _Twisted_Mods_ wrote:acp>display>pictures&clors>colors>css tab

    add


    Code:
    a[href*="/u"]{font-size:14px;}

    save

    That'll only work for the users specified. If you use this, you'll have to add everyone in the CSS with that code.
    avatar
    Guest
    Guest


    In progress Re: Rank colors.

    Post by Guest October 21st 2014, 9:19 pm

    Ramdaman wrote:Try this, it's really long.

    Code:
    #main-content > div.main.paged > div.main-content.topic > div > div > div.postbody > div.user > div.user-ident > h4 > a > span > strong {
     position: relative;
     text-align: center;
     font-size: 16px;
    }

    _Twisted_Mods_ wrote:acp>display>pictures&clors>colors>css tab

    add


    Code:
    a[href*="/u"]{font-size:14px;}

    save

    That'll only work for the users specified. If you use this, you'll have to add everyone in the CSS with that code.
    OMG, THANKS THIS ONE FULLY WORKS NO ERRORS! Very Happy
    Ramdaman
    Ramdaman
    Active Poster


    Male Posts : 1590
    Reputation : 99
    Language : English, Albanian, Macedonian, Russian | HTML, CSS
    Location : New York City

    In progress Re: Rank colors.

    Post by Ramdaman October 21st 2014, 9:20 pm

    Luke Spike wrote:
    OMG, THANKS THIS ONE FULLY WORKS NO ERRORS! Very Happy

    You're welcome Smile

    Make sure it works for all avatars though. Should though.
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    In progress Re: Rank colors.

    Post by _Twisted_Mods_ October 21st 2014, 9:23 pm

    if you dont add a # it works on all names

      Current date/time is November 13th 2024, 7:32 pm