change text color in profile? 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.
3 posters

    change text color in profile?

    avatar
    heytoall
    Forumember


    Posts : 36
    Reputation : 0
    Language : english

    change text color in profile? Empty change text color in profile?

    Post by heytoall September 15th 2009, 5:41 pm

    change text color in profile? Untitl10
    change text color in profile? Untitl11
    change text color in profile? Untitl12
    change text color in profile? Untitl13


    Last edited by heytoall on September 16th 2009, 3:20 pm; edited 1 time in total
    ankillien
    ankillien
    Energetic


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

    change text color in profile? Empty Re: change text color in profile?

    Post by ankillien September 16th 2009, 7:23 am

    Hello,

    To change that color, go to Admin CP > Users & Groups > Profiles > Click 'Modify' button of any profile and there is an option to change the color of it.
    avatar
    heytoall
    Forumember


    Posts : 36
    Reputation : 0
    Language : english

    change text color in profile? Empty Re: change text color in profile?

    Post by heytoall September 16th 2009, 3:21 pm

    Hi,

    Thank you so much! Maybe you know the rest of my questions?
    ankillien
    ankillien
    Energetic


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

    change text color in profile? Empty Re: change text color in profile?

    Post by ankillien September 17th 2009, 7:19 am

    To change quote box background and text color...

    Code:
    blockquote {
    background : red;
    color : yellow;
    }

    For code box...

    Code:
    .codebox dt , .codebox dd {
    background : red;
    color : yellow;
    }

    The 'color' attribute will change text-color. You can change color names as per your need.

    To fix members list colors...

    Code:
    .popmenubutton-new-out a {
    background : red;
    color : yellow;
    }

    For button colors...

    Code:
    .button {
    background : red;
    color : yellow;
    }

    Add this codes to your Admin CP > Disply > Colors > CSS and then submit.
    avatar
    kristin1106
    New Member


    Posts : 1
    Reputation : 0
    Language : english

    change text color in profile? Empty Re: change text color in profile?

    Post by kristin1106 October 12th 2009, 8:00 pm

    I used the code for the members css code there, but it is left justified. Can I just add the word center in there?
    avatar
    heytoall
    Forumember


    Posts : 36
    Reputation : 0
    Language : english

    change text color in profile? Empty Re: change text color in profile?

    Post by heytoall October 18th 2009, 1:30 pm

    the code u gave me for quotes doesn't work. i use punBB
    avatar
    heytoall
    Forumember


    Posts : 36
    Reputation : 0
    Language : english

    change text color in profile? Empty Re: change text color in profile?

    Post by heytoall October 20th 2009, 1:18 pm

    bump