MyBB Community Forums

Full Version: Can i change the colour of my footer text?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If you can how do you do it?
In the Global CSS file, there's a font color set for "tfoot"

Could try that.
(2012-03-13, 03:41 PM)weBex Wrote: [ -> ]In the Global CSS file, there's a font color set for "tfoot"

Could try that.

do I edit global.css?
Yup, just search for "tfoot"

I'd advise on making a full back copy of the code into Notepad++ or Notepad first though.

It's always better to be able to reverse any changes you make in case you don't like it or it causes something to go wrong.

EDIT:

These are what you should try changing:

.tfoot
.tfoot a:link
.tfoot a:visited
.tfoot a:hover, .tfoot a:active


They each have a "color" field.