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.

How do I change the colour of usernames and titles?

3 posters

Go down

In progress How do I change the colour of usernames and titles?

Post by Doktoroktopus March 7th 2013, 12:32 am

It's defaulted to this gray font and doesn't stick out enough.

I'd like to change it to black.

www.club1kjho.com
avatar
Doktoroktopus
Forumember

Posts : 81
Reputation : 1
Language : English

http://www.club1kjho.com/

Back to top Go down

In progress Re: How do I change the colour of usernames and titles?

Post by SLGray March 7th 2013, 12:46 am

Usernames (CSS):
Code:
a:link {
    color: YOUR COLOR;
}
Which titles are you referring to?


How do I change the colour of usernames and titles? 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: How do I change the colour of usernames and titles?

Post by Doktoroktopus March 7th 2013, 12:50 am

SLGray wrote:Usernames (CSS):
Code:
a:link {
    color: YOUR COLOR;
}
Which titles are you referring to?

Special ranks under usernames.

Sorry, what will your code change exactly?
avatar
Doktoroktopus
Forumember

Posts : 81
Reputation : 1
Language : English

http://www.club1kjho.com/

Back to top Go down

In progress Re: How do I change the colour of usernames and titles?

Post by runawayhorses March 7th 2013, 1:17 am

That code will change the link colors, and since all the members names are links the names will change to that color also. If you want to change the font color of the ranks you need to make a group for each rank, and you do that in:

AP>>Users and Groups>>Group Administration>>

On that page "Create a new Group" and name the group and set a color for that group, and then add the members to the group.

Groups control the font color of the names that are different than the default link colors.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

In progress Re: How do I change the colour of usernames and titles?

Post by Doktoroktopus March 7th 2013, 2:05 am

runawayhorses wrote:That code will change the link colors, and since all the members names are links the names will change to that color also. If you want to change the font color of the ranks you need to make a group for each rank, and you do that in:

AP>>Users and Groups>>Group Administration>>

On that page "Create a new Group" and name the group and set a color for that group, and then add the members to the group.

Groups control the font color of the names that are different than the default link colors.

Thank you for the code, I've used it.

But the coding to change the colour of links isn't applying to usernames. It's still grey...
avatar
Doktoroktopus
Forumember

Posts : 81
Reputation : 1
Language : English

http://www.club1kjho.com/

Back to top Go down

In progress Re: How do I change the colour of usernames and titles?

Post by runawayhorses March 7th 2013, 2:09 am

what color do you want it?
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

In progress Re: How do I change the colour of usernames and titles?

Post by Doktoroktopus March 7th 2013, 2:38 am

runawayhorses wrote:what color do you want it?

I'd like them to be black.
avatar
Doktoroktopus
Forumember

Posts : 81
Reputation : 1
Language : English

http://www.club1kjho.com/

Back to top Go down

In progress Re: How do I change the colour of usernames and titles?

Post by runawayhorses March 7th 2013, 2:44 am

OK, add this to your CSS stylesheet:

Code:
a:link {
color: #000000 !important;
}
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

In progress Re: How do I change the colour of usernames and titles?

Post by Doktoroktopus March 7th 2013, 2:59 am

runawayhorses wrote:OK, add this to your CSS stylesheet:

Code:
a:link {
color: #000000 !important;
}

Why are some threads turning black and others turning gray?
avatar
Doktoroktopus
Forumember

Posts : 81
Reputation : 1
Language : English

http://www.club1kjho.com/

Back to top Go down

In progress Re: How do I change the colour of usernames and titles?

Post by runawayhorses March 7th 2013, 3:09 am

That's probably because you you clicked them before, also added these codes:

Code:
a:visited {
color: #000000 !important;
}

a:active{
color: #000000 !important;
}
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

In progress Re: How do I change the colour of usernames and titles?

Post by Doktoroktopus March 7th 2013, 6:08 am

runawayhorses wrote:That's probably because you you clicked them before, also added these codes:

Code:
a:visited {
color: #000000 !important;
}

a:active{
color: #000000 !important;
}

This has helped tremendously Thanks you SHOOO' MAUCH Very Happy

You're the best!
avatar
Doktoroktopus
Forumember

Posts : 81
Reputation : 1
Language : English

http://www.club1kjho.com/

Back to top Go down

In progress Re: How do I change the colour of usernames and titles?

Post by SLGray March 7th 2013, 7:48 am

Is this solved?


How do I change the colour of usernames and titles? 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Back to top

- Similar topics

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