MyBB Community Forums

Full Version: Copyright gone
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.
For some reason the copyright is white and not the default black that MyBB has on the default theme. I am currently using a custom theme.

Link: http://chatarena.org/index.php

Hover down in the footer, the footer is blank but if you scroll down near there it will show up.

I dunno what it is going on, I am using the default copyright which I copied from the MyBB default theme and it still shows as white why is this?

			<br />
			<div class="bottommenu">
				<div class="float_right">{$lang_select}</div>
				<div>
					<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
				</div>
			</div>
			</div>
		<hr class="hidden" />
			<div id="copyright">
				<div id="debug"><debugstuff></div>
				<!-- MyBB is free software developed and maintained by a volunteer community. 
					 It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact, 
					 to show your support for MyBB.  If you choose to remove or modify the copyright below, 
					 you may be refused support on the MyBB Community Forums.
					 
					 This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.<br />
				<!-- End powered by -->
				<br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
		</div>
		</div>

Thank you!
In global.css:

#copyright {
    color: #FFFFFF;
    font: 11px 'PT Sans Caption',Arial,sans-serif;
    margin: 0 auto;
    padding: 0 0 20px;
}

should be:

#copyright {
    color: #000000;
    font: 11px 'PT Sans Caption',Arial,sans-serif;
    margin: 0 auto;
    padding: 0 0 20px;
}
Thank you Nathan. Instead of me making a new thread I thought i'd post this here instead.

I am looking to be making a better navbar for this
Preview: - http://i.imgur.com/SVHnt.png

In my opinion I think the header looks newbie and it needs some edits.
Nice try but you're banned for reason my dear.