MyBB Community Forums

Full Version: How to: Center forum footer text (HELP!)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Solved
Seems like class you've there is not set properly for links. Try adding this:

.footer a {
    color: #FFFFFF;
}
(2014-04-18, 08:48 PM)Jovan J. Wrote: [ -> ]Seems like class you've there is not set properly for links. Try adding this:

.footer a {
    color: #FFFFFF;
}

The links on the footer showed up properly until I added this before each link.

<div style="text-align: center;"><

Figured it out, thanks.