Title: Code being over written somewhere..
Last modified: September 9, 2018

---

# Code being over written somewhere..

 *  [marieteather](https://wordpress.org/support/users/marieteather/)
 * (@marieteather)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/code-being-over-written-somewhere/)
 * Hi,
 * I am trying to change the color of the MailChimp sign-up box in my footer to 
   black and an input box to white using the following code, however something seems
   to be always overriding it.
 * Can anyone see what the issue is please. Thanks!
 * This is the code I am trying to enter:
 *     ```
       input.input-text {
           background-color: #ffffff;
       }
   
       div.footer-subscribe {
           background-color: #000000;
       }
       ```
   
    -  This topic was modified 7 years, 9 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).

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

 *  [Joy](https://wordpress.org/support/users/joyously/)
 * (@joyously)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/code-being-over-written-somewhere/#post-10671839)
 * You didn’t say what site to look at.
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/code-being-over-written-somewhere/#post-10672260)
 * It sounds like your code is being ignored.
 * Try adding the important tag as I did below:
 *     ```
       input.input-text {
           background-color: #ffffff !important;
       }
   
       div.footer-subscribe {
           background-color: #000000 !important;
       }
       ```
   
 *  [Pieter Daalder](https://wordpress.org/support/users/wizzard_/)
 * (@wizzard_)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/code-being-over-written-somewhere/#post-10673087)
 * Where are you trying to enter this CSS code?

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

The topic ‘Code being over written somewhere..’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 4 participants
 * Last reply from: [Pieter Daalder](https://wordpress.org/support/users/wizzard_/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/code-being-over-written-somewhere/#post-10673087)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
