MyBB Community Forums

Full Version: Footer help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am looking to make a new footer, somewhat like HF's maybe just different options. http://prntscr.com/8zeor3 that is a example of theres. Can anyone help me with this. Thanks Smile

Lol wrong screenshot in the post sorry here is the new one http://prntscr.com/8zexcs

	<center>
</div>
</div>
<div class="footerwrap"><div class="wrapf"><div id="footermenu">
<div class="spanP">
<h3 class="pHead"></h3>
            <p><p>

            <p>&nbsp;</p>
</div>	
<div class="spanL">				
<div class="spanL1">
<h3 class="pHead">Forum links</h3>					
                    <ul class="footerNav">
                    <li><a href="http://fadeforums.com"><i style="font-size: 12px;" class="fa fa-circle"></i> Forums</a></li>
                    <li><a href="/search.php"><i style="font-size: 12px;" class="fa fa-circle"></i> Search</a></li>
					<li><a href="/memberlist.php"><i style="font-size: 12px;" class="fa fa-circle"></i> Members</a></li>
						<li><a href="http://fadeforums.com/misc.php?action=help"><i style="font-size: 12px;" class="fa fa-circle"></i> Help Docs</a></li>
					 </ul>
	
</div>
				
<div class="spanL1">
<h3 class="pHead">Other</h3>
                <ul class="footerNav">
                <li><a href="/upgrade.php"><i style="font-size: 12px;" class="fa fa-circle"></i> Upgrade</a></li>
					<li><a href="/newpoints.php?action=shop"><i style="font-size: 12px;" class="fa fa-circle"></i> Points Shop</a></li>
                </ul>
</div>				
				
<div class="spanL1">
<h3 class="pHead">Thanks for stopping bye please come back soon!</h3>
<br />
<br class="clear" />
</div>
</div>
</div>			
</div></div>
That is the current code in my Footer

Anyone....
are you sure without giving your forums address to know what theme you are using and other thing we can help you faster? Give s your forum address and ll try to do that.
(2015-11-06, 07:33 AM)Dark-Power-Invader Wrote: [ -> ]are you sure without giving your forums address to know what theme you are using and other thing we can help you faster? Give s your forum address and ll try to do that.

www.fadeforums.com i have made the footer but im not sure what CSS to use as currently it looks like orange
Add:

background: #333;
border: 1px solid #333;

to it.
To what? the Global.css? I added it but nothing happned.