Knowledge Base

Get Expert Website Hosting

Choose website reliability and expertise with SiteGround!

Home / Other Applications / vBulletin / How to change the posts text color in vBulletin?

How to change the posts text color in vBulletin?

Last update: Aug 07, 2025

The posts text color and the quote text color can be changed by entering the preferred color in the .postcontent definition.

Check the following example:

.postcontent {
text-align: right;
word-wrap: break-word;
color: green;
}

The variable definition can be altered through your vBulletin admin panel > Styles & Templates > Style Manager > Edit Templates > Go > CSS Templates > postbit.css.

Share this article