• 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;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Code being over written somewhere..’ is closed to new replies.