<?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: CSS Targeted Samples not Working on Landing Page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-targeted-samples-not-working-on-landing-page</link>
		<description>Gravity Support Forums Topic: CSS Targeted Samples not Working on Landing Page</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:23:28 +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/css-targeted-samples-not-working-on-landing-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "CSS Targeted Samples not Working on Landing Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-targeted-samples-not-working-on-landing-page#post-69904</link>
			<pubDate>Tue, 07 Aug 2012 12:10:54 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">69904@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, glad to help! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>houseofgrays on "CSS Targeted Samples not Working on Landing Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-targeted-samples-not-working-on-landing-page#post-69903</link>
			<pubDate>Tue, 07 Aug 2012 12:08:23 +0000</pubDate>
			<dc:creator>houseofgrays</dc:creator>
			<guid isPermaLink="false">69903@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Welp, I love you! Thanks, it worked!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "CSS Targeted Samples not Working on Landing Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-targeted-samples-not-working-on-landing-page#post-69893</link>
			<pubDate>Tue, 07 Aug 2012 11:25:57 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">69893@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like you are classing the wrapper instead of IDing it like so:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* Gravity Forms Custom */

/* text fields */
	body #gform_wrapper_10 .gform_body .gform_fields .gfield input[type=text] {
	background-color: #fcfaf5;
	height: 25px;
	border: 1px solid #cccccc
}

/* all labels */
body #gform_wrapper_10 .gform_body .gform_fields .gfield .gfield_label {
	color: #8baea2;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	}

/* asterisk */
body #gform_wrapper_10 .gform_body .gform_fields .gfield .gfield_label .gfield_required {
	 color: #faa93b;
	 }

body #gform_wrapper_10 .gform_body .gform_fields .gfield select {
	 font-size: 20px;
	 }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>houseofgrays on "CSS Targeted Samples not Working on Landing Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-targeted-samples-not-working-on-landing-page#post-69768</link>
			<pubDate>Mon, 06 Aug 2012 20:45:10 +0000</pubDate>
			<dc:creator>houseofgrays</dc:creator>
			<guid isPermaLink="false">69768@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I've used the CSS Targeting Samples with some great success in the past. Having trouble in this new situation. Trying to use them on a landing page created by CopyBlogger's Premise Plug-in. This page has its own style sheet and custom code. I've tried pasting the code below into both its custom code AND the theme's style sheet, using the form ID, to no avail. What am I doing wrong?&#60;/p&#62;
&#60;p&#62;Link here: &#60;a href=&#34;http://www.jumpstartmd.com/ppc/&#34; rel=&#34;nofollow&#34;&#62;http://www.jumpstartmd.com/ppc/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Just trying to change the label color, text field background and border colors, and will probably want to later add field width. Thanks in advance!&#60;/p&#62;
&#60;p&#62;Megan&#60;/p&#62;
&#60;p&#62;Code here:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* Gravity Forms Custom */

/* text fields */
	body .gform_wrapper_10 .gform_body .gform_fields .gfield input[type=text] {
	background-color: #fcfaf5;
	height: 25px;
	border: 1px solid #cccccc
}

/* all labels */
body .gform_wrapper_10 .gform_body .gform_fields .gfield .gfield_label {
	color: #8baea2;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	}

/* asterisk */
body .gform_wrapper_10 .gform_body .gform_fields .gfield .gfield_label .gfield_required {
	 color: #faa93b;
	 }

body .gform_wrapper_10 .gform_body .gform_fields .gfield select {
	 font-size: 20px;
	 }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
