MyBB Community Forums

Full Version: Postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I change the background color of the posts? I tried changing trow1 and 2 but I've had no luck. I may have changed it by accident during my theme creation.
Look for these in global.css to change the postbit section

.post .post_author {
.post.classic .post_author {
.post .post_author .buddy_status {
.post .post_author div.author_avatar {
.post.classic .post_author div.author_avatar {
.post .post_author div.author_avatar img {
.post .post_author div.author_information {
.post.classic .post_author div.author_information {
.post .post_author div.author_statistics {
.post.classic .post_author div.author_statistics {
.post .post_head {
.post .post_head span.post_date {
.post .post_head span.edited_post {
.post .post_head span.edited_post a {
.post_body {
.post.classic .post_content {
.post_content {
.post_content .signature {
.post .post_meta {
.post .post_meta a:link,
.post .post_meta a:visited {
.post .post_meta a:hover,
.post .post_meta a:active {
.post_controls {
I checked all of those but they don't have a background property

I found the problem. How can I separate the tborder background color from the pots color? The tborder and the post content background use the same properties, how do I change this?

I am trying to change the post message background.
Never mind, I figured it out by myself, thanks anyways MyBB Support.