MyBB Community Forums

Full Version: soft delete Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello ALL
how can i change the background color for the soft deleted Thread
thanks
You need to go to global.css in admin cp and modify the following class with your color
.post.deleted_post, .trow_deleted {
    background: #e8deff none repeat scroll 0 0;
}

Hope it helps.
Thanks sir
also how can i change the backgorund color for the member profile zone
[Image: 2m4os3m.png]
thanks
(2016-07-16, 02:52 PM)feeling_bored Wrote: [ -> ]Thanks sir
also how can i change the backgorund color for the member profile zone
[Image: 2m4os3m.png]
thanks

Easy to do, let me know your forum url as it looks like a custom theme class.