<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>Gravity Support Forums Topic: Why doesn&#039;t this form have a uniform style?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/why-doesnt-this-form-have-a-uniform-style</link>
		<description>Gravity Support Forums Topic: Why doesn&#039;t this form have a uniform style?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:25:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/why-doesnt-this-form-have-a-uniform-style" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Why doesn&#039;t this form have a uniform style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/why-doesnt-this-form-have-a-uniform-style#post-42042</link>
			<pubDate>Wed, 23 Nov 2011 18:43:57 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">42042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For #1 - I'm assuming you are talking about the drop down at the top? You should be able to target that just as we did with the input types above apply the CSS or styling you are looking to have.&#60;/p&#62;
&#60;p&#62;For #2 - SInce I can't see the file structure very well of your theme without being inside, update the path of the background: to: &#60;a href=&#34;http://thinkbigfactory.com/test/wp-content/themes/Envisioned/epanel/page_templates/images/contact_input.png&#34; rel=&#34;nofollow&#34;&#62;http://thinkbigfactory.com/test/wp-content/themes/Envisioned/epanel/page_templates/images/contact_input.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That will show the shadowing.&#60;/p&#62;
&#60;p&#62;For the submit button, if you want to use images instead of text you need to do that on the form settings:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Form_Settings&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Form_Settings&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can pull off that style though with CSS - you wouldn't need to use an image to do so.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jGalt on "Why doesn&#039;t this form have a uniform style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/why-doesnt-this-form-have-a-uniform-style#post-42004</link>
			<pubDate>Wed, 23 Nov 2011 12:28:26 +0000</pubDate>
			<dc:creator>jGalt</dc:creator>
			<guid isPermaLink="false">42004@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for your reply. I am a newbie and that helped me a lot. &#60;/p&#62;
&#60;p&#62;I am still stuck on a few issues:&#60;br /&#62;
&#60;a href=&#34;http://tinyurl.com/77fdqk8&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/77fdqk8&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1.) Where can I edit the appearance on the multi-select field?&#60;/p&#62;
&#60;p&#62;2.) What do I need to edit so the shadow image on the inside of the fields shows? I tried setting the field color to transparent but there was still no image inside. &#60;/p&#62;
&#60;p&#62;3.) I have created a custom submit button on the bottom of my form using a shortcode from my theme. I assume the button is being generated by CSS and it's nto an image. Is there a way that I can make this the form's submit button and hide the Gravity Form submit button?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Why doesn&#039;t this form have a uniform style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/why-doesnt-this-form-have-a-uniform-style#post-41855</link>
			<pubDate>Tue, 22 Nov 2011 09:03:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">41855@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your contact us form is not a gravity form, therefore it has it's own styling. You can easily pull this off with CSS by applying similar styles to Gravity Forms, this should get you started, if you want to place this into your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper input[type=&#38;quot;text&#38;quot;], .gform_wrapper input[type=&#38;quot;url&#38;quot;], .gform_wrapper input[type=&#38;quot;email&#38;quot;], .gform_wrapper input[type=&#38;quot;tel&#38;quot;], .gform_wrapper input[type=&#38;quot;number&#38;quot;], .gform_wrapper input[type=&#38;quot;password&#38;quot;] {
background: url(images/contact_input.png) repeat-x #F7F7F7 !important;
border: 1px solid #CCC !important;
width: 100% !important;
color: #111 !important;
padding: 8px !important;
-webkit-border-radius: 8px !important;
-moz-border-radius: 8px !important;
border-radius: 8px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jGalt on "Why doesn&#039;t this form have a uniform style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/why-doesnt-this-form-have-a-uniform-style#post-41843</link>
			<pubDate>Tue, 22 Nov 2011 03:43:55 +0000</pubDate>
			<dc:creator>jGalt</dc:creator>
			<guid isPermaLink="false">41843@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is the user registration page: &#60;a href=&#34;http://tinyurl.com/77fdqk8&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/77fdqk8&#60;/a&#62;  Please let me know if you would like admin access.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jGalt on "Why doesn&#039;t this form have a uniform style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/why-doesnt-this-form-have-a-uniform-style#post-41842</link>
			<pubDate>Tue, 22 Nov 2011 03:41:54 +0000</pubDate>
			<dc:creator>jGalt</dc:creator>
			<guid isPermaLink="false">41842@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ideally, I would like the form to have the same appearance as the theme's contact page that you can view here: &#60;a href=&#34;http://tinyurl.com/6tj5bz8&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/6tj5bz8&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Why doesn&#039;t this form have a uniform style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/why-doesnt-this-form-have-a-uniform-style#post-41833</link>
			<pubDate>Tue, 22 Nov 2011 02:41:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">41833@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please provide a URL to the site online. Thank you.&#60;/p&#62;
&#60;p&#62;I'm going to guess there are some styles in your theme's stylesheet that are causing this.  But we need to see it live to know if that's the case.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jGalt on "Why doesn&#039;t this form have a uniform style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/why-doesnt-this-form-have-a-uniform-style#post-41831</link>
			<pubDate>Tue, 22 Nov 2011 02:20:25 +0000</pubDate>
			<dc:creator>jGalt</dc:creator>
			<guid isPermaLink="false">41831@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am creating my first form with the user registration add on. Can someone please tell me why the same type of fields within a single form do not have a uniform style?&#60;/p&#62;
&#60;p&#62;Notice how the field size and the spacing between the labels varies:&#60;br /&#62;
&#60;a href=&#34;http://web.me.com/shovebox/filechute/gf_reg_formatting_problem.png&#34; rel=&#34;nofollow&#34;&#62;http://web.me.com/shovebox/filechute/gf_reg_formatting_problem.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
