Problems with Color: Default member username color hard to read 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.
2 posters

    Problems with Color: Default member username color hard to read

    avatar
    smerian
    New Member


    Posts : 2
    Reputation : 0
    Language : English

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

    Post by smerian August 4th 2009, 6:49 am

    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 August 4th 2009, 7:39 am; edited 2 times in total
    ankillien
    ankillien
    Energetic


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

    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 August 4th 2009, 7:17 am

    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.
    avatar
    smerian
    New Member


    Posts : 2
    Reputation : 0
    Language : English

    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 August 4th 2009, 7:40 am

    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...
    ankillien
    ankillien
    Energetic


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

    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 August 4th 2009, 8:16 am

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

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

    Change orange as per your need.