<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Styling Mailchimp Sign up Form &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 24 Oct 2025 16:12:04 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-339401</guid>
					<title><![CDATA[Styling Mailchimp Sign up Form]]></title>
					<link>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-339401</link>
					<pubDate>Fri, 24 Jul 2015 14:19:39 +0000</pubDate>
					<dc:creator>Eric VGL</dc:creator>

					<description>
						<![CDATA[
						<p>Hi guys,<br />
I&#8217;d like to style the signup form for mailchimp and take it a bit further. Hope you can help me with this:</p>
<p>– I&#8217;d like to loose the shadow of the button font<br />
– I&#8217;d like to change the color of the &#8220;email&#8221; box<br />
– Is there a way to make the fields look like the ones in this example: <a href="http://skrwt.com/" rel="nofollow">http://skrwt.com/</a> – only with custom colors?</p>
<p>Appreciate any help!<br />
Thank you!</p>
<p>URL <a href="http://www.vegan-good-life.com" rel="nofollow">http://www.vegan-good-life.com</a><br />
Wordpress 4.2.3.<br />
X 4.0.5.<br />
Cornerstone 1.0.4.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-339532</guid>
					<title><![CDATA[Reply To: Styling Mailchimp Sign up Form]]></title>
					<link>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-339532</link>
					<pubDate>Fri, 24 Jul 2015 17:48:17 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Eric,</p>
<p>Thanks for writing in!</p>
<p>Kindly use following CSS under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>:</p>
<pre><code>.x-subscribe-form input[type=&quot;submit&quot;] {
    text-shadow: none !important;
    background-color: #A6A6A6 !important;
}

.x-subscribe-form input[type=&quot;text&quot;], .x-subscribe-form input[type=&quot;email&quot;] {
    border: 1px solid #000 !important;
}</code></pre>
<p>Let us know how it goes.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-339598</guid>
					<title><![CDATA[Reply To: Styling Mailchimp Sign up Form]]></title>
					<link>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-339598</link>
					<pubDate>Fri, 24 Jul 2015 19:31:16 +0000</pubDate>
					<dc:creator>Eric VGL</dc:creator>

					<description>
						<![CDATA[
						<p>Unfortunately, this didn&#8217;t do anything. I made sure I deleted all other subscribe-form CCS I tried out before – anything else I might be missing?<br />
Thanks a lot!<br />
Best,<br />
Eric</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-339850</guid>
					<title><![CDATA[Reply To: Styling Mailchimp Sign up Form]]></title>
					<link>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-339850</link>
					<pubDate>Sat, 25 Jul 2015 03:33:36 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Eric,</p>
<p>Thanks for updating the thread! Are entering in the customizer? If you entered it at the bottom and nothing happened, it&#8217;s possible you have a syntax error somewhere like a missing &#8220;<strong>}</strong>&#8221; bracket. This will cause all succeeding CSS to not work. You can try entering the CSS above everything and if it works, you know there is an error somewhere.</p>
<p>Also here is some updated CSS to help it look like your example link:</p>
<pre><code>/* Removes white space caused by content band befor the form */
div#x-content-band-6 {
    margin: 0;
}

/* color of form heading */
div#x-content-band-7 h5 {
    margin: 0;
    color: #ffffff;
}

/* Background color of form content band */
div#x-content-band-7 {
    background-color: #333333!important;
}

/* make form inline */
form#x-subscribe-form-1362 fieldset{
    float: left;
    width:50%;
}

/* remove email field border */
.x-subscribe-form input[type=&quot;email&quot;] {
    border: none!important;
}

/* colors of submit button, remove text shadow, no border, height adjustment, alignment */
.x-subscribe-form input[type=&quot;submit&quot;] {
    background-color: #64C4FF!important;
    color: #ffffff;
    text-shadow: none !important;
    margin: 0;
    border: none;
    height: 37px;
}</code></pre>
<p>It should look like this:</p>
<p><img decoding="async" src="http://i.imgur.com/hd6L3AB.jpg" alt="form edited" /></p>
<p>Hope this helps – thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-340770</guid>
					<title><![CDATA[Reply To: Styling Mailchimp Sign up Form]]></title>
					<link>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-340770</link>
					<pubDate>Sun, 26 Jul 2015 11:07:27 +0000</pubDate>
					<dc:creator>Eric VGL</dc:creator>

					<description>
						<![CDATA[
						<p>You guys are unbelievable, the quality of service – unmatched! Thanks so much for all your help.<br />
So: We&#8217;re almost there, if you look at <a href="http://www.vegan-good-life" rel="nofollow">http://www.vegan-good-life</a>, you can see that I implented your code and it worked and I already tweaked it a bit to my liking and I&#8217;m stoked!</p>
<p>Two things:</p>
<p>– the fields are not completely in line – how can I change that?<br />
– how can I change the hover color of the button text?</p>
<p>Again, thank you!<br />
Eric</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-340773</guid>
					<title><![CDATA[Reply To: Styling Mailchimp Sign up Form]]></title>
					<link>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-340773</link>
					<pubDate>Sun, 26 Jul 2015 11:16:47 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Try adding following CSS under <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>.x-subscribe-form input[type=&quot;submit&quot;] {
margin-top: 0;
}
.x-subscribe-form input[type=&quot;submit&quot;]:hover {
color: #82098C;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-340801</guid>
					<title><![CDATA[Reply To: Styling Mailchimp Sign up Form]]></title>
					<link>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-340801</link>
					<pubDate>Sun, 26 Jul 2015 12:43:39 +0000</pubDate>
					<dc:creator>Eric VGL</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
Color change – success!<br />
Getting the fields in line – nothing changed unfortunately.</p>
<p>Thankful for ideas 🙂</p>
<p>Best,<br />
Eric</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-340812</guid>
					<title><![CDATA[Reply To: Styling Mailchimp Sign up Form]]></title>
					<link>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-340812</link>
					<pubDate>Sun, 26 Jul 2015 12:54:22 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Please update the previous code a bit:</p>
<pre><code>.x-subscribe-form input[type=&quot;submit&quot;] {
margin-top: 0 !important;
}
.x-subscribe-form input[type=&quot;submit&quot;]:hover {
color: #82098C;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-774409</guid>
					<title><![CDATA[Reply To: Styling Mailchimp Sign up Form]]></title>
					<link>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-774409</link>
					<pubDate>Mon, 01 Feb 2016 15:01:17 +0000</pubDate>
					<dc:creator>Eric VGL</dc:creator>

					<description>
						<![CDATA[
						<p>This did it, thanks so much!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-774609</guid>
					<title><![CDATA[Reply To: Styling Mailchimp Sign up Form]]></title>
					<link>https://theme.co/archive/forums/topic/styling-mailchimp-sign-up-form/#post-774609</link>
					<pubDate>Mon, 01 Feb 2016 17:09:19 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>You are most welcome. 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

