MyBBThemes Community

Full Version: Footer?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where do I change the color of the footer?
You mean the text in the footer?

In the Theme Manager > Extra CSS box at the very bottom..

#copyright

should be in there someplace.
No I mean footer background?
All you gotta do is add a background element in the #copyright class. ;)
How? What is an element?
Like adding this to the #copyright

Code:
#copyright {
background: #000000;
}

the background is an element. Just add something like that (with your color) to the class. :)
There are lot of extra css boxes. Which section?
FirefoxWiz Wrote:Extra CSS box at the very bottom..
Never mind I got it.
Reference URL's