<?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: Where to put CSS for taking bullets out of forms...</title>
		<link>https://legacy.forums.gravityhelp.com/topic/where-to-put-css-for-taking-bullets-out-of-forms</link>
		<description>Gravity Support Forums Topic: Where to put CSS for taking bullets out of forms...</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:22:09 +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/where-to-put-css-for-taking-bullets-out-of-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Where to put CSS for taking bullets out of forms..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/where-to-put-css-for-taking-bullets-out-of-forms#post-111809</link>
			<pubDate>Mon, 31 Dec 2012 22:45:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">111809@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I got a &#34;no results found&#34; error for that URL.  Can you please post a URL to the page on your site where the form is on display?  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laurendevine on "Where to put CSS for taking bullets out of forms..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/where-to-put-css-for-taking-bullets-out-of-forms#post-111801</link>
			<pubDate>Mon, 31 Dec 2012 19:19:06 +0000</pubDate>
			<dc:creator>laurendevine</dc:creator>
			<guid isPermaLink="false">111801@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have added the following code to my site but it did not help to get rid of the bullets on all my forms...and I need to be careful because I still want bullets available for posts and page content:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper form .gform_body ul,
02	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
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any suggestions? My site is:  &#60;a href=&#34;http://www.lifewestrugby.com/bypass&#34; rel=&#34;nofollow&#34;&#62;http://www.lifewestrugby.com/bypass&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Where to put CSS for taking bullets out of forms..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/where-to-put-css-for-taking-bullets-out-of-forms#post-44841</link>
			<pubDate>Thu, 22 Dec 2011 18:23:19 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">44841@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To add to what @kyle has said above, you would add this CSS to the end of your THEMES stylesheet, which is typically style.css in your theme folder.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyle on "Where to put CSS for taking bullets out of forms..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/where-to-put-css-for-taking-bullets-out-of-forms#post-44820</link>
			<pubDate>Thu, 22 Dec 2011 16:25:48 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">44820@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The end of your stylesheet (style.css) should be fine.  You don't want the line numbers in there, though, so take them out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TWrightGF on "Where to put CSS for taking bullets out of forms..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/where-to-put-css-for-taking-bullets-out-of-forms#post-44816</link>
			<pubDate>Thu, 22 Dec 2011 15:28:36 +0000</pubDate>
			<dc:creator>TWrightGF</dc:creator>
			<guid isPermaLink="false">44816@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi.  FAQ says put this code in to Style Sheet to remove bullets....&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
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
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I am not much for making mods to CSS so far...question, do I just put this code at the end of the style sheet, or is there some preferred place, thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
