<?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: Newbie to CSS</title>
		<link>https://legacy.forums.gravityhelp.com/topic/newbie-to-css</link>
		<description>Gravity Support Forums Topic: Newbie to CSS</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 10:21:18 +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/newbie-to-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Newbie to CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-to-css#post-29909</link>
			<pubDate>Wed, 13 Jul 2011 16:10:56 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29909@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure, once the form is rendered the markup/structure is the same no matter which method you use to actually embed it. If you're using the php function call method to embed the form, you'll need to remember to manually enqueue the scripts as detailed in the documentation on the page below.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NTMedia on "Newbie to CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-to-css#post-29901</link>
			<pubDate>Wed, 13 Jul 2011 15:41:57 +0000</pubDate>
			<dc:creator>NTMedia</dc:creator>
			<guid isPermaLink="false">29901@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hello - just a quick question.  I think this CSS guide will do the trick, but before I dive in, will it still work similarly if you're placing the form in manually via the html how you discuss here?  &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://kaizendev.pairserver.com/ntunemedia/#contact-border&#34; rel=&#34;nofollow&#34;&#62;http://kaizendev.pairserver.com/ntunemedia/#contact-border&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm also using the thesis theme fwiw
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Newbie to CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-to-css#post-29730</link>
			<pubDate>Mon, 11 Jul 2011 18:09:56 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29730@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great David, Glad I could point you in the right direction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Plum on "Newbie to CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-to-css#post-29728</link>
			<pubDate>Mon, 11 Jul 2011 18:07:13 +0000</pubDate>
			<dc:creator>David Plum</dc:creator>
			<guid isPermaLink="false">29728@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Awesome, Kevin. That was exactly what I was looking for. Thanks! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Newbie to CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-to-css#post-29726</link>
			<pubDate>Mon, 11 Jul 2011 18:03:27 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29726@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, sounds like you were on the right track with the button styling. I don't see any yellow glow so it must be a browser style that you're seeing there but the same goes for the input elements. Simply add some new rules with additional padding &#38;amp; font size properties to emulate the look of the theme styles.&#60;/p&#62;
&#60;p&#62;You can find examples of how to properly target and manipulate all of the form elements here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and there's also a visual guide here to help you get the lay of the land when it comes to the form structure if you need.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/resources/cssguide/css_guide.html&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/resources/cssguide/css_guide.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Plum on "Newbie to CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-to-css#post-29722</link>
			<pubDate>Mon, 11 Jul 2011 17:57:24 +0000</pubDate>
			<dc:creator>David Plum</dc:creator>
			<guid isPermaLink="false">29722@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello Kevin,&#60;/p&#62;
&#60;p&#62;I styled the submit button on the Gravity Form (through the custom css file) to replicate the submit button shown in the comment section. I have now changed things back to default.&#60;/p&#62;
&#60;p&#62;Take a look at &#60;a href=&#34;http://66.147.244.62/~freakstr/?p=43&#34; rel=&#34;nofollow&#34;&#62;http://66.147.244.62/~freakstr/?p=43&#60;/a&#62; again. &#60;/p&#62;
&#60;p&#62;Notice how the input fields actually has borders. Notice how these borders also change in color when the fields are focused (they get a yellow glow). As you can see the fields are also a bit higher and the text size is larger.&#60;/p&#62;
&#60;p&#62;At last, as you may notice now, the submit button looks different.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Newbie to CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-to-css#post-29710</link>
			<pubDate>Mon, 11 Jul 2011 17:24:42 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29710@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David, your forms look very similar to me. To begin with, Gravity Forms has very little default styling for inputs so the borders, background colors and button styles that you're seeing are coming from the Thesis theme already.&#60;/p&#62;
&#60;p&#62;What is it in particular that you want to change?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Plum on "Newbie to CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newbie-to-css#post-29707</link>
			<pubDate>Mon, 11 Jul 2011 17:09:15 +0000</pubDate>
			<dc:creator>David Plum</dc:creator>
			<guid isPermaLink="false">29707@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;I am running the Thesis theme at my website and I wish to use the build in css for forms instead of the Gravity default.&#60;/p&#62;
&#60;p&#62;This is the styles I would like to use (comment section): &#60;a href=&#34;http://66.147.244.62/~freakstr/?p=43&#34; rel=&#34;nofollow&#34;&#62;http://66.147.244.62/~freakstr/?p=43&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is the form (among many) I would like to change: &#60;a href=&#34;http://66.147.244.62/~freakstr/?page_id=122&#34; rel=&#34;nofollow&#34;&#62;http://66.147.244.62/~freakstr/?page_id=122&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I do know how to change the style of each form in Gravity through my custom CSS file. However, is there a way to customize EVERY input field and not just one at a time (.medium, .large ect)?&#60;/p&#62;
&#60;p&#62;Also, how come the thesis css does not take over when I disable the default CSS in the Gravity Form settings?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;David
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
