Title: CSS for theme footer
Last modified: July 1, 2018

---

# CSS for theme footer

 *  Resolved [cahallyburton](https://wordpress.org/support/users/cahallyburton/)
 * (@cahallyburton)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-for-theme-footer/)
 * I’m using the following css code in an effort to change the background color 
   of my footer area, but as you can see if you view the site, the area’s background
   remain a dark shade of grayish-black.
 * .site-footer {
    background-color: #e6f7dc; color: #FFF; }
 * .site-footer a {
    color: #FFF; }
 * Is there a problem with this code, and where should I insert it into the css 
   stylesheet once the code is corrected?
 * Thanks for any help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-for-theme-footer%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-for-theme-footer/#post-10451532)
 * The best place to put this css is in the customizer > additional css tab.
    The
   next best place is in the style.css file of your child theme.
 *  [Felipe Velzani](https://wordpress.org/support/users/felipevelzani/)
 * (@felipevelzani)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-for-theme-footer/#post-10451552)
 * Hi there,
 * You can change it by using the following CSS:
 *     ```
       media (min-width: 768px)
       .footer-credits {
           background-color: #e6f7dc;
           color: #FFF;
       }
       ```
   
 *  Thread Starter [cahallyburton](https://wordpress.org/support/users/cahallyburton/)
 * (@cahallyburton)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-for-theme-footer/#post-10451609)
 * Works perfectly…thanks!
 *  Thread Starter [cahallyburton](https://wordpress.org/support/users/cahallyburton/)
 * (@cahallyburton)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-for-theme-footer/#post-10451612)
 * Thanks so much…we’re up and running!
 *  [Felipe Velzani](https://wordpress.org/support/users/felipevelzani/)
 * (@felipevelzani)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-for-theme-footer/#post-10451995)
 * Nice that it is up and running! 🙂
 * In case you need help with something else, just open a new topic.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘CSS for theme footer’ is closed to new replies.

## Tags

 * [Coding](https://wordpress.org/support/topic-tag/coding/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [footer](https://wordpress.org/support/topic-tag/footer/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [Felipe Velzani](https://wordpress.org/support/users/felipevelzani/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/css-for-theme-footer/#post-10451995)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
