New Topic

Reply To: Colors for footer, etc.

Home › Forum › Customization › Colors for footer, etc. › Reply To: Colors for footer, etc.

#2023

StartupWP
Keymaster

Try:

body {
  margin: 1% 0 0;
}
#footer, #footer-sidebar {
  background: #333;
  color: #fff !important;
  padding: 0;
  text-shadow: none !important;
}
#footer a {
  color: #fff;
  text-shadow: none;
}
#copyright {
  background: #09f;
  text-shadow: none;
}