• rosewarnegardendesigns

    (@rosewarnegardendesigns)


    I just installed a Mailchimp widget to allow subscribers to subscribe to a newsletter/blog.

    The background color on the SUBSCRIBE button should be dark grey wih white writing but it’s pale grey with white lettering so almost invisible.

    There is no obvious route to change the colour in the code, is there something in Pagelines/WOrdpress that can effect the background colour of this button to be dark grey.

    Thanks in advance

    http://www.rosewarnegardens.com

Viewing 1 replies (of 1 total)
  • Hey there rosewarnegardendesigns,

    How are you doing today?

    Not sure why is that getting that specific background color but you should be able to add custom background color of your own with some custom CSS.

    Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    .textwidget #mc_embed_signup input.email {
        background-color: #fff;
    }

    This will change the background color to white, you can replace color hex value to display another color. You can use sites similar to this one to get hex value for the color of your choice: http://www.color-hex.com/.

    Hope this helps 🙂

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘MAILCHIMP SUBSSCRIBE BUTTON almost invisible’ is closed to new replies.