How do I change the default post font color? 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
Sanket
SpecialAgentGibbs
6 posters

    How do I change the default post font color?

    avatar
    SpecialAgentGibbs
    New Member


    Posts : 22
    Reputation : 1
    Language : english

    How do I change the default post font color? Empty How do I change the default post font color?

    Post by SpecialAgentGibbs September 21st 2012, 5:14 pm

    I would be very appreciative if someone might assist me in changing the default font color in posts.
    My members are all older and the default grey font is difficult for some.
    How can I change it to black?
    I have been in to the CSS section but cannot find what line to edit.
    Or, do I need to add some code to the CSS to do this?

    Thank you kindly in advance Smile
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by Sanket September 21st 2012, 7:55 pm

    • Please provide your forum URL for appearance problems
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 634
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by Ultron's Vision September 21st 2012, 7:58 pm

    ACP -> Display -> Colors

    Text Color: *add your color code here*

    Should help you change the Default Color.
    avatar
    SpecialAgentGibbs
    New Member


    Posts : 22
    Reputation : 1
    Language : english

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by SpecialAgentGibbs September 21st 2012, 11:17 pm

    Thanks, I guess no one knows how to do this then.
    patiogardener
    patiogardener
    Forumember


    Female Posts : 351
    Reputation : 70
    Language : English
    Location : Australia

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by patiogardener September 21st 2012, 11:34 pm

    To change the text colour is very simple & Soul Evisceration has given you the correct instructions on how to do it. You do not have to do this in CSS but you can, I suppose, if you want to but it isn't necessary.

    The HexCC for black is #000000. Try that & see if it better than the grey. There are also many shades of grey right up to nearly black.

    avatar
    SpecialAgentGibbs
    New Member


    Posts : 22
    Reputation : 1
    Language : english

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by SpecialAgentGibbs September 21st 2012, 11:57 pm

    Been there, done that and it did not change the post font color hence, asking where in the CSS to do it.
    patiogardener
    patiogardener
    Forumember


    Female Posts : 351
    Reputation : 70
    Language : English
    Location : Australia

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by patiogardener September 22nd 2012, 12:01 am

    That is surprising as that was the method, I was always able to use, to change the text colour or any other colour in my forum when I used phpBB3. Same with Invision.

    Silly question, but did you click Save??


    Last edited by patiogardener on September 22nd 2012, 12:04 am; edited 1 time in total
    avatar
    SpecialAgentGibbs
    New Member


    Posts : 22
    Reputation : 1
    Language : english

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by SpecialAgentGibbs September 22nd 2012, 12:04 am

    OF COURSE
    patiogardener
    patiogardener
    Forumember


    Female Posts : 351
    Reputation : 70
    Language : English
    Location : Australia

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by patiogardener September 22nd 2012, 12:08 am

    No need to shout.

    We are giving you perfectly sensible, & correct, advice on how to achieve what you wish to do. Why it does not work for you is strange. Of course, you could always change skins or versions.
    avatar
    SpecialAgentGibbs
    New Member


    Posts : 22
    Reputation : 1
    Language : english

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by SpecialAgentGibbs September 22nd 2012, 12:18 am

    Wasn't shouting, capslock
    avatar
    SpecialAgentGibbs
    New Member


    Posts : 22
    Reputation : 1
    Language : english

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by SpecialAgentGibbs September 22nd 2012, 12:24 am

    Perhaps if I rephrase the question.
    Does anyone know what part of the CSS changes post font color?
    DarkGlow
    DarkGlow
    Forumember


    Male Posts : 629
    Reputation : 92
    Language : English | Hebrew | Arabic
    Location : Israel

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by DarkGlow September 22nd 2012, 3:25 am

    I apologize for any delay. Smile

    Code:
    .postbody{
        color: #000000;
    }
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by SLGray September 22nd 2012, 3:28 am

    SpecialAgentGibbs wrote:Wasn't shouting, capslock

    SpecialAgentGibbs wrote:Perhaps if I rephrase the question.
    Does anyone know what part of the CSS changes post font color?
    Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!



    How do I change the default post font color? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    SpecialAgentGibbs
    New Member


    Posts : 22
    Reputation : 1
    Language : english

    How do I change the default post font color? Empty ???

    Post by SpecialAgentGibbs September 22nd 2012, 4:05 am

    slg wrote:
    SpecialAgentGibbs wrote:Wasn't shouting, capslock

    SpecialAgentGibbs wrote:Perhaps if I rephrase the question.
    Does anyone know what part of the CSS changes post font color?
    Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!

    Seriously Bro???
    How about just giving a decent answer to the original question?
    Sure would be appreciated AND would have prevented all of this rhetoric.
    Too much to ask apparently.
    DarkGlow
    DarkGlow
    Forumember


    Male Posts : 629
    Reputation : 92
    Language : English | Hebrew | Arabic
    Location : Israel

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by DarkGlow September 22nd 2012, 4:15 am

    I've given you a code, friend.
    avatar
    SpecialAgentGibbs
    New Member


    Posts : 22
    Reputation : 1
    Language : english

    How do I change the default post font color? Empty TY Kindly

    Post by SpecialAgentGibbs September 22nd 2012, 4:24 am

    DarkGlow wrote:I've given you a code, friend.

    And, your post got lost in the shuffle.
    It was the location that eluded me and I THANK YOU KINDLY for that!!!



    Kindly please avoid posting in bold fonts, please respect the rules. ~ Jophy
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    How do I change the default post font color? Empty Re: How do I change the default post font color?

    Post by Sanket September 25th 2012, 4:42 am

    Solved?