<?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: Bullet Points Showing in Chrome and Mozilla Browsers</title>
		<link>https://legacy.forums.gravityhelp.com/topic/bullet-points-showing-in-chrome-and-mozilla-browsers</link>
		<description>Gravity Support Forums Topic: Bullet Points Showing in Chrome and Mozilla Browsers</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 18:13:17 +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/bullet-points-showing-in-chrome-and-mozilla-browsers" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Bullet Points Showing in Chrome and Mozilla Browsers"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bullet-points-showing-in-chrome-and-mozilla-browsers#post-116432</link>
			<pubDate>Tue, 08 Jan 2013 01:00:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">116432@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Which words are too close to which fields?  I'm sure we can help with the spacing if we know which elements you want to target specifically.  Here is a screenshot in Firefox on OSX: &#60;a href=&#34;http://minus.com/lw1tNU2x9YmRM&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/lw1tNU2x9YmRM&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;UPDATE: trying to load the page multiple times in different browsers resulted in a blank page with the word 'error' on it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nivelerua@gmail.com on "Bullet Points Showing in Chrome and Mozilla Browsers"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bullet-points-showing-in-chrome-and-mozilla-browsers#post-116430</link>
			<pubDate>Tue, 08 Jan 2013 00:51:53 +0000</pubDate>
			<dc:creator>nivelerua@gmail.com</dc:creator>
			<guid isPermaLink="false">116430@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Chris! It fixed the display and the bullets are gone. But If you to check the forms again, the spacing on the header and the Name is gone.. Same with the company information and Company Name.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tekborn.com/contact&#34; rel=&#34;nofollow&#34;&#62;http://tekborn.com/contact&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you again, Chris!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Bullet Points Showing in Chrome and Mozilla Browsers"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bullet-points-showing-in-chrome-and-mozilla-browsers#post-116392</link>
			<pubDate>Mon, 07 Jan 2013 23:44:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">116392@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The bullets are background images being added by your theme's &#60;em&#62;screen.css&#60;/em&#62; stylesheet on line 154:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
ul li {
	padding-left:15px;
	background:url(../images/bullet.png) no-repeat;
	background-position:0px 8px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You need to override that.  Please add this to your theme's stylesheet (screen.css or style.css or wherever your theme provider suggests making custom CSS changes):&#60;/p&#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;
	border: none !important
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is detailed in the FAQ:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/question/why-is-my-form-showing-up-with-list-bullets/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/question/why-is-my-form-showing-up-with-list-bullets/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nivelerua@gmail.com on "Bullet Points Showing in Chrome and Mozilla Browsers"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bullet-points-showing-in-chrome-and-mozilla-browsers#post-116249</link>
			<pubDate>Mon, 07 Jan 2013 19:23:52 +0000</pubDate>
			<dc:creator>nivelerua@gmail.com</dc:creator>
			<guid isPermaLink="false">116249@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I recently purchased the plug-in but when I load the page using Chrome or Mozilla, I'm seeing bullet points.&#60;/p&#62;
&#60;p&#62;Link:  &#60;a href=&#34;http://www.tekborn.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.tekborn.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Scheenshot:&#60;br /&#62;
&#60;a href=&#34;http://www.tekborn.com/images/Chrome.bmp&#34; rel=&#34;nofollow&#34;&#62;http://www.tekborn.com/images/Chrome.bmp&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.tekborn.com/images/InternetExplorer.bmp&#34; rel=&#34;nofollow&#34;&#62;http://www.tekborn.com/images/InternetExplorer.bmp&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.tekborn.com/images/Mozilla.bmp&#34; rel=&#34;nofollow&#34;&#62;http://www.tekborn.com/images/Mozilla.bmp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you!&#60;br /&#62;
Levin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
