How can I change the text color in posts?  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

    How can I change the text color in posts?

    DK
    DK
    Forumember


    Male Posts : 588
    Reputation : 13
    Language : English

    Solved How can I change the text color in posts?

    Post by DK January 22nd 2013, 11:15 pm

    When a member's information is shown under their avatar when they post.It's colored black, and it doesn't show under the background here. Is there a way to change that particular font color?

    Is there a code that I can add in my css? Cause we don't have the text color set on " Colors " . It's a code that's making it black, I know it.


    Last edited by DK on January 22nd 2013, 11:58 pm; edited 1 time in total
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Solved Re: How can I change the text color in posts?

    Post by Mike January 22nd 2013, 11:35 pm

    Screenshot or link to the forum? If youre talking about the little bio thing, like posts, where they're from etc, then there is a code to change it. I just need a little bit of clarification from you please.
    DK
    DK
    Forumember


    Male Posts : 588
    Reputation : 13
    Language : English

    Solved Re: How can I change the text color in posts?

    Post by DK January 22nd 2013, 11:38 pm

    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Solved Re: How can I change the text color in posts?

    Post by Mike January 22nd 2013, 11:43 pm

    find

    Code:
    .postprofile

    in the CSS.

    Change the color from #000000 to #ADADAD
    DK
    DK
    Forumember


    Male Posts : 588
    Reputation : 13
    Language : English

    Solved Re: How can I change the text color in posts?

    Post by DK January 22nd 2013, 11:57 pm

    Mike wrote:find

    Code:
    .postprofile

    in the CSS.

    Change the color from #000000 to #ADADAD

    Thank you ! That worked