MyBB Community Forums

Full Version: How do you change the font colour?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i change the font colour highlighted in the red circle?

[Image: 381_helppp.png]

Thanks very much,
Jon
Go to: ACP > Themes > Your Theme > Edit [Options] > global.css > Edit: in advanced mode > and find;
.post_body {
	padding: 5px;
color: #FFFFFF;
}

and change the color attribute.
(2011-03-24, 05:30 PM)Yaldaram Wrote: [ -> ]Go to: ACP > Themes > Your Theme > Edit [Options] > global.css > Edit: in advanced mode > and find;
.post_body {
	padding: 5px;
color: #FFFFFF;
}

and change the color attribute.

Thanks for the reply. Didn't seem to work though. It stayed the same colour. Any ideas ?? Sad
(2011-03-24, 06:11 PM)Jon9679 Wrote: [ -> ]
(2011-03-24, 05:30 PM)Yaldaram Wrote: [ -> ]Go to: ACP > Themes > Your Theme > Edit [Options] > global.css > Edit: in advanced mode > and find;
.post_body {
	padding: 5px;
color: #FFFFFF;
}

and change the color attribute.

Thanks for the reply. Didn't seem to work though. It stayed the same colour. Any ideas ?? Sad
Find:

body {
	background: #efefef;
	color:
(mostly,first in edit stylesheet:Advance)

Change color value there.

Didn't seem to do change anything. Thanks for the reply though. Any other ideas?
Can we have a URL ?
Can you provide a link? Also, can you copy and paste the two changes you made above so we can see if there is something wrong?
Thanks for the support. Problem fixed Smile
great. Smile