<?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: Forms are unstyled</title>
		<link>https://legacy.forums.gravityhelp.com/topic/forms-are-unstyled</link>
		<description>Gravity Support Forums Topic: Forms are unstyled</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:21:13 +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/forms-are-unstyled" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Forms are unstyled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-are-unstyled#post-23396</link>
			<pubDate>Fri, 15 Apr 2011 13:03:15 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23396@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I used the Firebug add-on for FireFox to inspect the HTML/CSS and saw what styles were being applied by which CSS stylesheet on your site to narrow down which one was causing the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>phillipscreative on "Forms are unstyled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-are-unstyled#post-23393</link>
			<pubDate>Fri, 15 Apr 2011 12:58:43 +0000</pubDate>
			<dc:creator>phillipscreative</dc:creator>
			<guid isPermaLink="false">23393@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow awesome support here! I got rid of the universal selector and voila, there is the styling. Can you share with me how you were able to determine it was that mosaic plugin (css).&#60;/p&#62;
&#60;p&#62;Thanks Kevin and Carl!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Forms are unstyled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-are-unstyled#post-23376</link>
			<pubDate>Fri, 15 Apr 2011 12:10:48 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23376@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue is styles coming from a jQuery plugin on your site.  It is setting EVERYTHING to have border: none; and this is getting applied to all input elements on your form which is why they do not have a border.&#60;/p&#62;
&#60;p&#62;It's coming from the Sliding Boxes and Captions jQuery Plugin that must be part of your theme.  Here is the CSS it is outputting: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/9TkA&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9TkA&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will see it's applying a global border; none; to the * element which  means EVERYTHING.  So the way CSS inheritance works, it's automatically applying border: none; to all the form inputs.&#60;/p&#62;
&#60;p&#62;You need to remove that border: none; element.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>phillipscreative on "Forms are unstyled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-are-unstyled#post-23368</link>
			<pubDate>Fri, 15 Apr 2011 11:55:05 +0000</pubDate>
			<dc:creator>phillipscreative</dc:creator>
			<guid isPermaLink="false">23368@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A step in the right direction since adding wp_head to my header (hangs head in shame), but the fields are still not defined. Are the fields and text areas up to me to style? No problem, just unsure.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://aforsay.org/wp/join-us/membership-form/&#34; rel=&#34;nofollow&#34;&#62;http://aforsay.org/wp/join-us/membership-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Forms are unstyled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-are-unstyled#post-23330</link>
			<pubDate>Fri, 15 Apr 2011 01:00:47 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">23330@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Check your theme to make sure the header.php file has the wp_head() function and the footer.php file has the wp_footer() function call. Both of these are necessary to load the Gravity Forms CSS &#38;amp; JavaScript.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_head&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_head&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_footer&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_footer&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>phillipscreative on "Forms are unstyled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-are-unstyled#post-23325</link>
			<pubDate>Thu, 14 Apr 2011 22:26:33 +0000</pubDate>
			<dc:creator>phillipscreative</dc:creator>
			<guid isPermaLink="false">23325@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I do have the &#34;output css&#34; radio button checked and yet Gravity Forms seems to not be outputting the css. Not sure why this is happening...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://aforsay.org/wp/join-us/membership-form/&#34; rel=&#34;nofollow&#34;&#62;http://aforsay.org/wp/join-us/membership-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
