MyBB Community Forums

Full Version: THIRD time posting this..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
why do you want the font to be white? No one would be able to read it because it has a white background.
I changed the colors and images...

I made it a darker theme, and I need the font to be white.
OKI here goes you solution Smile
Quote:Home » Themes » *Your Theme* » Editing global.css (In Advance Mode)
Now go to Second Last ID .post_content

It may look like this to you

.post_content {
	padding: 5px 10px;
}

Replace it with

.post_content {
	padding: 5px 10px;
        color: #efefef;
}

Just change the #efefef with the color no you wanna show in your posts.

Before this Say "MyBB is the Best" Smile
it's still not changing the color of the text in posts Sad
Ah, I got it figured out. It was in trow2 but I had to edit it through advanced CSS somehow.

Thanks guys!
In My post above i had mentioned this thing tho Smile

nwayz good to hear you got your problem solved.
Pages: 1 2 3