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.

Rank colors.

4 posters

Go down

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
avatar
Guest
Guest


Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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;
}
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

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.
avatar
Guest
Guest


Back to top Go down

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>
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

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
avatar
Guest
Guest


Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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!
avatar
Guest
Guest


Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Rank colors.

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

Hmm, it's still not working. Sad
avatar
Guest
Guest


Back to top Go down

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
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

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

http://liquidcode.forumotion.com

Back to top Go down

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.
Ramdaman
Ramdaman
Active Poster

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

http://ndihme.forumotion.com/forum

Back to top Go down

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
avatar
Guest
Guest


Back to top Go down

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.
Ramdaman
Ramdaman
Active Poster

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

http://ndihme.forumotion.com/forum

Back to top Go down

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
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

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

http://liquidcode.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum