• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Is an embedded MailChimp form background color controllable via Additional CSS?

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Is an embedded MailChimp form background color controllable via Additional CSS?

This topic is: resolved

Tagged: color, css, forms, MailChimp, settings, theme

  • This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago by Doug.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • May 10, 2019 at 10:57 pm #491090
    Doug
    Participant

    Using Inspect, I tracked the white signup form field at bottom of the page to the this Div element.

    <div id="mc_embed_signup">

    Further exploring in Inspect, I found the following code block:

    #mc_embed_signup {
    
    }

    And when I changed the background parameter to #dcdcdc

    background: #dcdcdc;

    The background of the signup box changed to gray.

    So to change this on the site, I went into Customize > Additional CSS and entered

    #mc_embed_signup {
        background: #dcdcdc;
    }

    But it didn't do anything.

    I also tried removing the #, and changing it to a .`, but neither did anything.

    I'm curious if it's possible to change that background color value in the Additional CSS area, without having to alter the style.css document.

    Thanks
    doug

    https://apparentinsights.com/
    May 11, 2019 at 5:28 am #491100
    Victor Font
    Moderator

    Try adding the !important keyword to your code. You're code is probably being placed first in the inline styles and it's being overridden by the embedded style.

    #mc_embed_signup {
        background: #dcdcdc !important;
    }

    When I was looking at your source code, you have multiple h1 tags on the page. This is very bad for SEO and accessibility. There should only be 1 h1 tag on a page. All of your social media icons are wrapped in an h1. Not only that, but the code is wrong and causing errors.

    This is your code:

    <h1 class="wp-svg-bubbles-2 bubbles-2"style="color:#808080;">

    There's no space between the class and additional style. This is the corrected code:

    <h1 class="wp-svg-bubbles-2 bubbles-2" style="color:#808080;">


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    May 12, 2019 at 10:19 am #491127
    Doug
    Participant

    Thanks, Victor. That worked great.

    Yes, on the social media icons, I wasn't clear on how those worked. I removed the h1 tags, which I thought were related to size but aren't. Thanks for noting that.

    d

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Is an embedded MailChimp form background color controllable via Additional CSS?’ is closed to new replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble