MyBB Community Forums

Full Version: Help with theme's deleted post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have been trying to change the color of the deleted post but I can seem to figure it out I have changed trow_deleted and trow_shaded I can't seem to figure out what to do the theme is on mybb mods site
http://community.mybb.com/mods.php?action=view&pid=553

If you figure out how to fix it post what you changed here

Thanks in advance

BTW the theme is for mobile
This is the default style for threads and post deleted:

.trow_deleted, .post.deleted_post {
}

Try this now:

.trow_deleted, .post.deleted_post, div.post.deleted_post {
}

I don't remember in this moment, but is something like that, you need to see the structure of the postbit, and add the element into the css.