Knowledge Base Article

How to change the posts text color in vBulletin

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.



Rating

Please indicate if this article was helpful for you.

rating :  4.5 from 5
views :  1350
votes :  2

Haven't found what you are looking for? Suggest an article HERE.

powered by

Valid XHTML 1.0 Strict Valid CSS!