<?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: Can&#039;t figure out how to use my themes style?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/cant-figure-out-how-to-use-my-themes-style</link>
		<description>Gravity Support Forums Topic: Can&#039;t figure out how to use my themes style?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 00:25:36 +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/cant-figure-out-how-to-use-my-themes-style" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Can&#039;t figure out how to use my themes style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-figure-out-how-to-use-my-themes-style#post-43660</link>
			<pubDate>Sat, 10 Dec 2011 16:03:15 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">43660@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, glad to help out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chrjy on "Can&#039;t figure out how to use my themes style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-figure-out-how-to-use-my-themes-style#post-43659</link>
			<pubDate>Sat, 10 Dec 2011 16:01:00 +0000</pubDate>
			<dc:creator>Chrjy</dc:creator>
			<guid isPermaLink="false">43659@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob, looks just as I expected.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Can&#039;t figure out how to use my themes style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-figure-out-how-to-use-my-themes-style#post-43652</link>
			<pubDate>Sat, 10 Dec 2011 14:45:42 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">43652@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To add spacing between each field (li) you can place this in your theme's style sheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper ul li.gfield {
margin-bottom: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To add the font-family you are using you could also add:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .top_label .gfield_label {
font-family: &#38;quot;Helvetica Neue&#38;quot;, Arial, sans-serif;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then if you want to add some padding on the inputs you could do:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select {
	padding:5px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chrjy on "Can&#039;t figure out how to use my themes style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-figure-out-how-to-use-my-themes-style#post-43650</link>
			<pubDate>Sat, 10 Dec 2011 14:32:56 +0000</pubDate>
			<dc:creator>Chrjy</dc:creator>
			<guid isPermaLink="false">43650@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob. I turned it off to try and override the gravity forms CSS and use the themes CSS. Basically that made the form fields consistent with the contact page but of course the spacing is all incorrect. I've now turned it back on but it just uses the gravity form styling.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Can&#039;t figure out how to use my themes style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-figure-out-how-to-use-my-themes-style#post-43649</link>
			<pubDate>Sat, 10 Dec 2011 14:23:33 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">43649@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not seeing the Gravity Forms CSS in your page. Do you have the option checked in your settings to output the CSS? That will be the first place to start then we can look at how the styles show afterwards.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Settings_Page&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Settings_Page&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll also find a lot of direction to what you are looking to do here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/frequently-asked-questions/faq-styling-formatting/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/frequently-asked-questions/faq-styling-formatting/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chrjy on "Can&#039;t figure out how to use my themes style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-figure-out-how-to-use-my-themes-style#post-43648</link>
			<pubDate>Sat, 10 Dec 2011 14:18:58 +0000</pubDate>
			<dc:creator>Chrjy</dc:creator>
			<guid isPermaLink="false">43648@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've downloaded Gravity Forms but can't seem to figure out how to make my form consistent with the contact page. The contact page form was already there and part of the theme, it can be seen at:&#60;br /&#62;
&#60;a href=&#34;http://dev.velvetrockapps.com/velvetrockapps/contact/&#34; rel=&#34;nofollow&#34;&#62;http://dev.velvetrockapps.com/velvetrockapps/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;All I want is the same spacing between the form fields, the same font and to remove the black bullet points to the left of the form fields on the support page which can be seen at:&#60;br /&#62;
&#60;a href=&#34;http://dev.velvetrockapps.com/velvetrockapps/support/&#34; rel=&#34;nofollow&#34;&#62;http://dev.velvetrockapps.com/velvetrockapps/support/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for any help with this.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
