<?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 Class does not work in twenty eleven</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-class-does-not-work-in-twenty-eleven</link>
		<description>Gravity Support Forums Topic: CSS Class does not work in twenty eleven</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:13:42 +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-class-does-not-work-in-twenty-eleven" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "CSS Class does not work in twenty eleven"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-does-not-work-in-twenty-eleven#post-217071</link>
			<pubDate>Sat, 20 Apr 2013 12:04:23 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">217071@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danibo on "CSS Class does not work in twenty eleven"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-does-not-work-in-twenty-eleven#post-217047</link>
			<pubDate>Sat, 20 Apr 2013 11:30:20 +0000</pubDate>
			<dc:creator>danibo</dc:creator>
			<guid isPermaLink="false">217047@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;bingo bingo&#60;br /&#62;
thank you very, very much.&#60;br /&#62;
danibo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "CSS Class does not work in twenty eleven"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-does-not-work-in-twenty-eleven#post-217034</link>
			<pubDate>Sat, 20 Apr 2013 11:15:01 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">217034@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The green arrows are actually list icons (bullet points) they are appearing because whoever created the theme placed the link to the themes style.css file after the wp_head hook (allows plugins like Gravity Forms to include links to their stylesheets and javascript files) causing your themes css to override the gravity css.  &#60;/p&#62;
&#60;p&#62;So to get rid of the green arrows you can add the following to your themes style.css file&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
	list-style-type: none !important;
	list-style-image: none !important;
	list-style: none !important;
	background-image: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important
}
body .gform_wrapper form .gform_body ul &#38;gt; li:before {
	content: &#38;quot;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>danibo on "CSS Class does not work in twenty eleven"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-does-not-work-in-twenty-eleven#post-217014</link>
			<pubDate>Sat, 20 Apr 2013 10:54:12 +0000</pubDate>
			<dc:creator>danibo</dc:creator>
			<guid isPermaLink="false">217014@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard&#60;br /&#62;
Thank you. That helped a lot. Now it works.&#60;br /&#62;
With the heme &#34;Delecate&#34; from Natty the CSS Class is now accepted as well but I have some problems with the alignement of the frames and the fields. (TOS and Vorname des Kindes, Nachname des Kindes)  I think it is because of the green arrows..&#60;br /&#62;
&#60;a href=&#34;http://www.naturspielraum.ch/infos/anmeldung-downloads/&#34; rel=&#34;nofollow&#34;&#62;http://www.naturspielraum.ch/infos/anmeldung-downloads/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there a work around... basicly I do not need the green arrows.&#60;/p&#62;
&#60;p&#62;Thanks for your fast and competent answer. &#60;/p&#62;
&#60;p&#62;danibo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "CSS Class does not work in twenty eleven"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-does-not-work-in-twenty-eleven#post-216927</link>
			<pubDate>Sat, 20 Apr 2013 09:07:11 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">216927@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Danibo,&#60;/p&#62;
&#60;p&#62;I have taken a look at the source code for your page but can't see the link to the gravity forms stylesheet, can you go into the Gravity Forms Settings page and make sure 'Output CSS' is set to 'Yes', then re-check your form.  &#60;/p&#62;
&#60;p&#62;Without the gavity forms css you can't use the CSS Ready Classes such as gf_left_half&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard&#60;br /&#62;
--&#60;br /&#62;
Just another member of the community helping out where I can
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danibo on "CSS Class does not work in twenty eleven"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-class-does-not-work-in-twenty-eleven#post-216894</link>
			<pubDate>Sat, 20 Apr 2013 08:23:54 +0000</pubDate>
			<dc:creator>danibo</dc:creator>
			<guid isPermaLink="false">216894@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hallo&#60;br /&#62;
I tried to make two colums in Theme Twntyeleven.&#60;br /&#62;
&#60;a href=&#34;http://www.freethebees.ch/kontakt-2/test_message/&#34; rel=&#34;nofollow&#34;&#62;http://www.freethebees.ch/kontakt-2/test_message/&#60;/a&#62;&#60;br /&#62;
But it does not accept CSS Class. In the preview it shows it right.&#60;br /&#62;
do I have to manipulate the css file from Twentyeleven?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
danibo
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
