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

		<item>
			<title>Rob Harrell on "Need help with CSS code to override theme CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-with-css-code-to-override-theme-css#post-48734</link>
			<pubDate>Wed, 08 Feb 2012 15:24:32 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">48734@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, yeah when I remove that declaration nothing changes about the search box at the top. Speaking of, that input is in it's own id (id=&#34;search&#34;) so if you want to do something special to just that one input, you should target it that way.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JDebler on "Need help with CSS code to override theme CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-with-css-code-to-override-theme-css#post-48731</link>
			<pubDate>Wed, 08 Feb 2012 14:58:42 +0000</pubDate>
			<dc:creator>JDebler</dc:creator>
			<guid isPermaLink="false">48731@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually, I may be wrong on my last reply.  Let me play with firebug.  Thanks for the direction and assistance!  :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JDebler on "Need help with CSS code to override theme CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-with-css-code-to-override-theme-css#post-48729</link>
			<pubDate>Wed, 08 Feb 2012 14:52:42 +0000</pubDate>
			<dc:creator>JDebler</dc:creator>
			<guid isPermaLink="false">48729@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, but that is to keep a border=0 for the search box in the upper right hand corner of the site. &#60;/p&#62;
&#60;p&#62;Like I said, I suck at CSS so if there is a better way of doing things, I am all ears!  :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Need help with CSS code to override theme CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-with-css-code-to-override-theme-css#post-48726</link>
			<pubDate>Wed, 08 Feb 2012 14:41:56 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">48726@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In your style.css file on line 9 you have:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
* {
margin: 0;
padding: 0;
border: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That border: none; seems to be your issue. If you remove that everything shows as it should be default.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JDebler on "Need help with CSS code to override theme CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-help-with-css-code-to-override-theme-css#post-48724</link>
			<pubDate>Wed, 08 Feb 2012 14:09:09 +0000</pubDate>
			<dc:creator>JDebler</dc:creator>
			<guid isPermaLink="false">48724@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a small problem with my Gravity Forms CSS conflicting with my site's theme CSS.&#60;/p&#62;
&#60;p&#62;First of all, I suck at CSS.  :)&#60;/p&#62;
&#60;p&#62;Basically, here is the problem that I am having:&#60;br /&#62;
- Bullets before each element&#60;br /&#62;
- No border around the form field elements (text areas, dropdowns, etc.)&#60;br /&#62;
- Small, nearly invisible Submit button.&#60;/p&#62;
&#60;p&#62;So in doing some research, I fixed the bullet issue by using some code here on this site.  Thanks for that.  &#60;/p&#62;
&#60;p&#62;However, I cannot seem to fix the other two.  Here is the code that I am using on my themes main CSS file.  Can someone tell me what I need to change to fix my problems?&#60;/p&#62;
&#60;p&#62;The form is currently here:&#60;br /&#62;
&#60;a href=&#34;http://www.camaroz28.com/extras/bbomg-form-test/&#34; rel=&#34;nofollow&#34;&#62;http://www.camaroz28.com/extras/bbomg-form-test/&#60;/a&#62;&#60;br /&#62;
(I hope no one find it and uses it, it is not complete yet!  :))&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*---- Remove bullets ----*/
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 }

/*---- Give form fields border ----*/
body .gform_wrapper form .gform_body input,
body .gform_wrapper form .gform_body textarea, {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 2px;
}

/*---- Style submit button ----*/
body .gform_wrapper .gform_footer input[type=submit] {
    background:#888888; color:#000000; font:bold 15px Tahoma, Verdana, Helvetica, sans-serif; padding:2px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any help is appreciated!&#60;/p&#62;
&#60;p&#62;-Jason
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
