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.

Problems with Color: Default member username color hard to read

2 posters

Go down

Problems with Color: Default member username color hard to read Empty Problems with Color: Default member username color hard to read

Post by smerian 4/8/2009, 07:49

Problems with Color: Default member username color hard to read N_oav10

How do you change the default username color white instead of grey? The grey is quite unreadable...and this is only apparent on the posts itself, not on the main forum listing of online users.


Problems with Color: Default member username color hard to read Friend10

Is there any way to change the color of the friend's bar from white to...black?
Why is the username white on the friends bar- making it impossible to read?

Problems with Color: Default member username color hard to read Fanart10

Is there any way to adjust the lengths of each column? Like move Topics, Posts, and Last Posts over a bit to the left, since there is a lot of unused space in the subforum titles. My goal is to make the "Last Posts" column wider so that you can actually see the full name of the topic that was last posted on in that subforum instead of seeing the "..." after it.

Also, as to hyperlinks, is it possible to make it so that only the hyperlinks in a post will show in color? Because when I change the color of the hyperlinks, the whole forum changes color (with the navigation bar and topics and categories).


Last edited by smerian on 4/8/2009, 08:39; edited 2 times in total
avatar
smerian
New Member

Posts : 2
Reputation : 0
Language : English

http://half-prince.forumotion.com/forum.htm

Back to top Go down

Problems with Color: Default member username color hard to read Empty Re: Problems with Color: Default member username color hard to read

Post by ankillien 4/8/2009, 08:17

Hi!

Try changing it with CSS.
Go to Admin CP > Display > Colors > CSS
Add this code there and save.

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

This code may change colors of other links to white.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Problems with Color: Default member username color hard to read Empty Re: Problems with Color: Default member username color hard to read

Post by smerian 4/8/2009, 08:40

Thanks! This solved the username hard-to-read issue. However, the legend (with Mods/Admins) is now inaccurate (with Mods and Admins both having a font color of white). Is there any way to fix that?

How about the other questions...
avatar
smerian
New Member

Posts : 2
Reputation : 0
Language : English

http://half-prince.forumotion.com/forum.htm

Back to top Go down

Problems with Color: Default member username color hard to read Empty Re: Problems with Color: Default member username color hard to read

Post by ankillien 4/8/2009, 09:16

To colorize link in posts add this code to your CSS...

Code:
.postbody .content a {
color : orange !important;
}

Change orange as per your need.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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