How Do I Change the Font Color for Mailchimp Embed Forms in SoCast Engage?

How Do I Change the Font Color for Mailchimp Embed Forms in SoCast Engage?

  1. Log in to SoCast Engage.
  2. Navigate to the page where you want to add or edit your Mailchimp embed form.
  3. Add a Raw HTML widget to the page (or edit the existing one containing your Mailchimp embed/iframe code).
  4. Paste your Mailchimp embed/iframe code into the widget.
  5. Directly below the embed code, add the following CSS code:
    <style type="text/css">
    #mc_embed_signup {
      background: #fff;
      clear: left;
      font: 14px Helvetica, Arial, sans-serif;
      width: 600px;
      color: #000; /* Sets all text to black */
    }
    #mc_embed_signup h2 {
      color: #000; /* Ensures the heading text is black */
    }
    </style>
    
  6. Ensure there is a space between the iframe/embed code and the CSS code.
  7. Save your changes.

This will change the font color of your Mailchimp embed form text to black. If your form uses a different structure or the changes do not appear, the form may require additional CSS adjustments.

    • Related Articles

    • How Do I Integrate PromoSuite Signup Forms With SoCast Engage?

      Yes, you can integrate PromoSuite signup forms with SoCast Engage. There are two main methods: API Integration: Log in to SoCast Engage. Go to Promotions > Email > Email Settings. Switch the provider from Mailchimp to PromoSuite by selecting Company. ...
    • How Do I Embed a Mailchimp Signup Form on a SoCast Engage Page?

      Log in to your Mailchimp account and generate a new signup form in embed code format. Copy the embed code provided by Mailchimp. Log in to SoCast Engage and navigate to the page where you want to add the signup form. Add a Raw HTML widget to the ...
    • How Do I Prevent Duplicate Form Submissions in SoCast Engage?

      Yes, you can limit the number of times a user can submit a form in SoCast Engage. To prevent duplicate entries or limit submissions: Log in to SoCast Engage. Go to Website > Forms. Click on Form Settings. Navigate to the Blacklist section. Set the ...
    • How Do I Create a Contest Using the Contesting Platform in SoCast Engage?

      Log in to SoCast Engage. Navigate to Promotions > Contests > All Contests. Click on Add New. Select the Sweepstakes template for a signup-type contest. However, you are welcome to use any of the templates available there. We recommend choosing a ...
    • What Are My Email Integration Options With SoCast?

      This Article Is For: Users who have 'Manage Email' permissions This is applicable to: All Themes Requirements: Must have admin access to your company's iContact or iContact Pro Account Quick Reads: Rules For Radio: Email & Privacy The SoCast email ...