<?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 Tag: bullets - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/bullets</link>
		<description>Gravity Support Forums Tag: bullets - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 16:34:06 +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/tags/bullets" 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>
		<item>
			<title>Richard Vav on "My Form has bullets and I&#039;ve followed the process outlined in FAQ"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-form-has-bullets-and-ive-followed-the-process-outlined-in-faq#post-216350</link>
			<pubDate>Sat, 20 Apr 2013 02:33:42 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">216350@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's not that Gravity Forms doesn't work with caching plugins but issues can arise when using the minify css and js features, correct me if I'm wrong but W3TC allows you to exclude specific files and pages, so you can re-enable the plugin but try excluding Gravity's forms.css from minification and see if that makes any difference &#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>DigitalBlade on "My Form has bullets and I&#039;ve followed the process outlined in FAQ"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-form-has-bullets-and-ive-followed-the-process-outlined-in-faq#post-216230</link>
			<pubDate>Sat, 20 Apr 2013 00:21:33 +0000</pubDate>
			<dc:creator>DigitalBlade</dc:creator>
			<guid isPermaLink="false">216230@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes I am running W3 Total Cache.  I deactivated this plugin and it fixed the issue.  However, my site runs particularly slow without the Cache plugin.  Does the Gravity form not work with caching plugins?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "My Form has bullets and I&#039;ve followed the process outlined in FAQ"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-form-has-bullets-and-ive-followed-the-process-outlined-in-faq#post-215874</link>
			<pubDate>Fri, 19 Apr 2013 15:21:40 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">215874@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When inspecting, I'm not seeing any of our styles included in the inspector. Do you have our stylesheet set to output in your Gravity Forms settings page?&#60;/p&#62;
&#60;p&#62;Are you running any kind of caching plugin(s)?&#60;/p&#62;
&#60;p&#62;Try running through a theme/plugin conflict test to see what might be causing the issue if none of the above help?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DigitalBlade on "My Form has bullets and I&#039;ve followed the process outlined in FAQ"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-form-has-bullets-and-ive-followed-the-process-outlined-in-faq#post-215814</link>
			<pubDate>Fri, 19 Apr 2013 13:45:33 +0000</pubDate>
			<dc:creator>DigitalBlade</dc:creator>
			<guid isPermaLink="false">215814@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That definitely did the trick! Thanks&#60;br /&#62;
Now I have one more issue.  Although the bullets are fixed my form content all shows up on the same line. For example, when it asks for name  you have the entry box, but &#34;first:&#34; is directly beside it.  Its supposed to show up under.  Everything else is that way also. I appreciate all the help
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
