MyBB Community Forums

Full Version: Issue with background transparency
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone tell me how to fix the profile and navigation?
for nav. open majestic css and add a background to .breadcrumb

.breadcrumb {
background: #fff;

for profile, open member profile template and look for <td class="trowp">
change to
<td style="background:#fff;" class="trowp">

change #fff to any color you want.

open global css and add a backround to
.post_body {
background:#fff;