<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	 xmlns:media="http://search.yahoo.com/mrss/" 
	>
<channel>
	<title>
	Comments on: Developers Delight! Custom Code Feature added to Icegram EngageDid you know that Icegram has added the Custom Code feature? Find out everything about it in this blog. Last updated on February 25, 2026	</title>
	<atom:link href="https://www.icegram.com/icegram-1-9-12-released/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.icegram.com/icegram-1-9-12-released/</link>
	<description>WordPress plugins to nurture and grow your tribe</description>
	<lastBuildDate>Wed, 25 Feb 2026 07:11:18 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.8</generator>
	<item>
		<title>
		By: Shubhanshu Kandani		</title>
		<link>https://www.icegram.com/icegram-1-9-12-released/#comment-312660</link>

		<dc:creator><![CDATA[Shubhanshu Kandani]]></dc:creator>
		<pubDate>Mon, 12 Aug 2024 09:59:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.icegram.com/?p=10977#comment-312660</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.icegram.com/icegram-1-9-12-released/#comment-237902&quot;&gt;Ty&lt;/a&gt;.

Hi Ty,

Are you still experiencing the issue? Do you need any assistance? I apologize for missing it earlier, but we&#039;re now looking into it as a priority.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.icegram.com/icegram-1-9-12-released/#comment-237902">Ty</a>.</p>
<p>Hi Ty,</p>
<p>Are you still experiencing the issue? Do you need any assistance? I apologize for missing it earlier, but we&#8217;re now looking into it as a priority.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ty		</title>
		<link>https://www.icegram.com/icegram-1-9-12-released/#comment-237902</link>

		<dc:creator><![CDATA[Ty]]></dc:creator>
		<pubDate>Thu, 27 Jul 2023 14:06:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.icegram.com/?p=10977#comment-237902</guid>

					<description><![CDATA[Hi, how do I center icegram express forms on a page?]]></description>
			<content:encoded><![CDATA[<p>Hi, how do I center icegram express forms on a page?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Asmi Patel		</title>
		<link>https://www.icegram.com/icegram-1-9-12-released/#comment-137269</link>

		<dc:creator><![CDATA[Asmi Patel]]></dc:creator>
		<pubDate>Wed, 02 Dec 2020 07:11:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.icegram.com/?p=10977#comment-137269</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.icegram.com/icegram-1-9-12-released/#comment-88046&quot;&gt;lucy&lt;/a&gt;.

Hi Lucy,

I am really sorry for responding it too late. But I hope this helps.
You can add the below code to change the width and font-size of the fields

#ig_this_message .ig_form_container .ig_form_els input[type=&quot;email&quot;], #ig_this_message .ig_form_container .ig_form_els input[type=&quot;text&quot;], #ig_this_message .ig_form_container .ig_form_els input.ig_button{ 
 width: 10em;
 font-size : 0.75em;
}

You can target the css of the button separately #ig_this_message .ig_form_container .ig_form_els input.ig_button if you want different width for it.

Best Regards,
Asmi]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.icegram.com/icegram-1-9-12-released/#comment-88046">lucy</a>.</p>
<p>Hi Lucy,</p>
<p>I am really sorry for responding it too late. But I hope this helps.<br />
You can add the below code to change the width and font-size of the fields</p>
<p>#ig_this_message .ig_form_container .ig_form_els input[type=&#8221;email&#8221;], #ig_this_message .ig_form_container .ig_form_els input[type=&#8221;text&#8221;], #ig_this_message .ig_form_container .ig_form_els input.ig_button{<br />
 width: 10em;<br />
 font-size : 0.75em;<br />
}</p>
<p>You can target the css of the button separately #ig_this_message .ig_form_container .ig_form_els input.ig_button if you want different width for it.</p>
<p>Best Regards,<br />
Asmi</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Asmi Patel		</title>
		<link>https://www.icegram.com/icegram-1-9-12-released/#comment-137267</link>

		<dc:creator><![CDATA[Asmi Patel]]></dc:creator>
		<pubDate>Wed, 02 Dec 2020 06:02:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.icegram.com/?p=10977#comment-137267</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.icegram.com/icegram-1-9-12-released/#comment-137258&quot;&gt;Marc Hogan&lt;/a&gt;.

Hello Marc,

You can use the below code to change the color of the text for the Name field 
#ig_this_message .ig_form_container input[type=&quot;text&quot;] { color: #fff !important; }

Hope this helps.

Best Regards,
Asmi]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.icegram.com/icegram-1-9-12-released/#comment-137258">Marc Hogan</a>.</p>
<p>Hello Marc,</p>
<p>You can use the below code to change the color of the text for the Name field<br />
#ig_this_message .ig_form_container input[type=&#8221;text&#8221;] { color: #fff !important; }</p>
<p>Hope this helps.</p>
<p>Best Regards,<br />
Asmi</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marc Hogan		</title>
		<link>https://www.icegram.com/icegram-1-9-12-released/#comment-137258</link>

		<dc:creator><![CDATA[Marc Hogan]]></dc:creator>
		<pubDate>Wed, 02 Dec 2020 01:28:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.icegram.com/?p=10977#comment-137258</guid>

					<description><![CDATA[I tried the code below to change the color of text for the Name field but it didn&#039;t work. Is there override CSS code for the name field similar to email like the one below?

#ig_this_message .ig_form_container input[type=&quot;email&quot;] { color: #000 !important }]]></description>
			<content:encoded><![CDATA[<p>I tried the code below to change the color of text for the Name field but it didn&#8217;t work. Is there override CSS code for the name field similar to email like the one below?</p>
<p>#ig_this_message .ig_form_container input[type=&#8221;email&#8221;] { color: #000 !important }</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: lucy		</title>
		<link>https://www.icegram.com/icegram-1-9-12-released/#comment-88046</link>

		<dc:creator><![CDATA[lucy]]></dc:creator>
		<pubDate>Sat, 01 Jun 2019 11:06:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.icegram.com/?p=10977#comment-88046</guid>

					<description><![CDATA[Hi, could you please tell me how to change the text input box and button size, along with their fonts? As they are very small. I know you had previously replied to a comment stating:

#ig_this_message {font-size: 0.75em !important;}

But this isn&#039;t working for me...the input/button and text stays the same...

Thank you]]></description>
			<content:encoded><![CDATA[<p>Hi, could you please tell me how to change the text input box and button size, along with their fonts? As they are very small. I know you had previously replied to a comment stating:</p>
<p>#ig_this_message {font-size: 0.75em !important;}</p>
<p>But this isn&#8217;t working for me&#8230;the input/button and text stays the same&#8230;</p>
<p>Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andrea Juliao		</title>
		<link>https://www.icegram.com/icegram-1-9-12-released/#comment-75553</link>

		<dc:creator><![CDATA[Andrea Juliao]]></dc:creator>
		<pubDate>Fri, 21 Dec 2018 07:12:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.icegram.com/?p=10977#comment-75553</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.icegram.com/icegram-1-9-12-released/#comment-75400&quot;&gt;Marc Jones&lt;/a&gt;.

Hey Marc,

Kindly &lt;a href=&quot;https://www.icegram.com/contact/&quot;&gt; email us&lt;/a&gt;the link of your website where you have this popup setup. We can definitely have a look and help you achieve what you want.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.icegram.com/icegram-1-9-12-released/#comment-75400">Marc Jones</a>.</p>
<p>Hey Marc,</p>
<p>Kindly <a href="https://www.icegram.com/contact/"> email us</a>the link of your website where you have this popup setup. We can definitely have a look and help you achieve what you want.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marc Jones		</title>
		<link>https://www.icegram.com/icegram-1-9-12-released/#comment-75400</link>

		<dc:creator><![CDATA[Marc Jones]]></dc:creator>
		<pubDate>Mon, 17 Dec 2018 20:10:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.icegram.com/?p=10977#comment-75400</guid>

					<description><![CDATA[Hi Guys - can&#039;t get a paragraph within my pop up. Apologies if this is me being awful at coding but tried all sorts of tags in the message body to no avail!]]></description>
			<content:encoded><![CDATA[<p>Hi Guys &#8211; can&#8217;t get a paragraph within my pop up. Apologies if this is me being awful at coding but tried all sorts of tags in the message body to no avail!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: IceDev		</title>
		<link>https://www.icegram.com/icegram-1-9-12-released/#comment-64352</link>

		<dc:creator><![CDATA[IceDev]]></dc:creator>
		<pubDate>Wed, 04 Apr 2018 12:08:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.icegram.com/?p=10977#comment-64352</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.icegram.com/icegram-1-9-12-released/#comment-64000&quot;&gt;paras bajaj&lt;/a&gt;.

Please find out the image URL in the custom code &#062; css section. Find out image URL and replace it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.icegram.com/icegram-1-9-12-released/#comment-64000">paras bajaj</a>.</p>
<p>Please find out the image URL in the custom code &gt; css section. Find out image URL and replace it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: IceDev		</title>
		<link>https://www.icegram.com/icegram-1-9-12-released/#comment-64351</link>

		<dc:creator><![CDATA[IceDev]]></dc:creator>
		<pubDate>Wed, 04 Apr 2018 12:05:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.icegram.com/?p=10977#comment-64351</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.icegram.com/icegram-1-9-12-released/#comment-64317&quot;&gt;Roman DeRhodes&lt;/a&gt;.

Hi Roman,
This should not happen.
Rainmaker should validate email. As you have added some custom form you have to validate you extra fields like zip code etc.
Add script to validate zip and other fields in custom form section only.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.icegram.com/icegram-1-9-12-released/#comment-64317">Roman DeRhodes</a>.</p>
<p>Hi Roman,<br />
This should not happen.<br />
Rainmaker should validate email. As you have added some custom form you have to validate you extra fields like zip code etc.<br />
Add script to validate zip and other fields in custom form section only.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
