Changing Footer Color


This tutorial will explain how to make your footer a different color front your main content section.


First, open your stylesheet which is commonly saved as style.css.

Paste this coding into your stylesheet and change the color to what you'd like it to be.
#footer {
margin: 0;
background-color: COLOR HERE;
}


Next, to have this appear in your footer, go to your footer file (footer.php) or wherever your footer is. Put this in your footer:
<div id="footer">
YOUR FOOTER STUFF HERE
</div>


That's it! If you're having any trouble, just drop an email by.
 
 
 

go back