<?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: remove bullets field label -- need help with CSS</title>
		<link>https://legacy.forums.gravityhelp.com/topic/remove-bullets-field-label-need-help-with-css</link>
		<description>Gravity Support Forums Topic: remove bullets field label -- need help with CSS</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:28: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/topic/remove-bullets-field-label-need-help-with-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "remove bullets field label -- need help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-bullets-field-label-need-help-with-css#post-368815</link>
			<pubDate>Mon, 08 Jul 2013 16:05:32 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">368815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gnowfglins on "remove bullets field label -- need help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-bullets-field-label-need-help-with-css#post-368791</link>
			<pubDate>Mon, 08 Jul 2013 15:54:54 +0000</pubDate>
			<dc:creator>gnowfglins</dc:creator>
			<guid isPermaLink="false">368791@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! You're right. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "remove bullets field label -- need help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-bullets-field-label-need-help-with-css#post-366635</link>
			<pubDate>Sun, 07 Jul 2013 15:20:45 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">366635@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try clearing your browser cache as well because I don't see the bullets when viewing your real contact page or the testing page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gnowfglins on "remove bullets field label -- need help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-bullets-field-label-need-help-with-css#post-366589</link>
			<pubDate>Sun, 07 Jul 2013 14:47:06 +0000</pubDate>
			<dc:creator>gnowfglins</dc:creator>
			<guid isPermaLink="false">366589@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard, thanks for your quick reply. I did as you suggested but the bullets are still there.&#60;/p&#62;
&#60;p&#62;I did go ahead and put the form on my real contact page (wow, everything else about it is GREAT!):&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gnowfglins.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://gnowfglins.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cleared cache, etc.&#60;/p&#62;
&#60;p&#62;Any other ideas? Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "remove bullets field label -- need help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-bullets-field-label-need-help-with-css#post-366586</link>
			<pubDate>Sun, 07 Jul 2013 14:42:10 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">366586@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You are correct about which CSS styles are at fault, more specifically it is the&#60;br /&#62;
&#60;blockquote&#62;#content .page ul li&#60;/blockquote&#62;
 selectors so try adding the following to your custom.css file&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#content .page .gform_wrapper ul,
#content .page .gform_wrapper 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;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gnowfglins on "remove bullets field label -- need help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-bullets-field-label-need-help-with-css#post-366539</link>
			<pubDate>Sun, 07 Jul 2013 14:02:23 +0000</pubDate>
			<dc:creator>gnowfglins</dc:creator>
			<guid isPermaLink="false">366539@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'm trying to get rid of bullets displaying by the field labels. It's coming from my theme and I can't figure out how to override it.&#60;/p&#62;
&#60;p&#62;The bullets are coming from:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#content .post ul li, #content .page ul li, #header .widget-area ul li {
    list-style: disc outside none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've tried this (and forms of this) to get rid of the bullets; it doesn't work.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gfield_label ul li {
list-style-type: none !important
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I cleared cache each time I made a CSS change. Also my theme minimizes CSS so I made sure the minified.css file was updated, too.&#60;/p&#62;
&#60;p&#62;The form is displaying on this test page:&#60;br /&#62;
&#60;a href=&#34;http://gnowfglins.com/contact-testing&#34; rel=&#34;nofollow&#34;&#62;http://gnowfglins.com/contact-testing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
