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.

How do I change the default post font color?

+2
Sanket
SpecialAgentGibbs
6 posters

Go down

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
avatar
SpecialAgentGibbs
New Member

Posts : 22
Reputation : 1
Language : english

Back to top Go down

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
Sanket
Sanket
ForumGuru

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

Back to top Go down

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.
Ultron's Vision
Ultron's Vision
Forumember

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

http://duelacademy.net

Back to top Go down

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

Posts : 22
Reputation : 1
Language : english

Back to top Go down

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.

patiogardener
patiogardener
Forumember

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

http://apatiogarden.com

Back to top Go down

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

Posts : 22
Reputation : 1
Language : english

Back to top Go down

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
patiogardener
patiogardener
Forumember

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

http://apatiogarden.com

Back to top Go down

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
avatar
SpecialAgentGibbs
New Member

Posts : 22
Reputation : 1
Language : english

Back to top Go down

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.
patiogardener
patiogardener
Forumember

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

http://apatiogarden.com

Back to top Go down

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

Back to top Go down

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?
avatar
SpecialAgentGibbs
New Member

Posts : 22
Reputation : 1
Language : english

Back to top Go down

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;
}
DarkGlow
DarkGlow
Forumember

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

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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

Posts : 22
Reputation : 1
Language : english

Back to top Go down

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.
DarkGlow
DarkGlow
Forumember

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

Back to top Go down

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
avatar
SpecialAgentGibbs
New Member

Posts : 22
Reputation : 1
Language : english

Back to top Go down

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?
Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top

- Similar topics

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