<?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 to overwrite css settings for nice look</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-to-overwrite-css-settings-for-nice-look</link>
		<description>Gravity Support Forums Topic: need to overwrite css settings for nice look</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:23:48 +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-to-overwrite-css-settings-for-nice-look" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "need to overwrite css settings for nice look"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-overwrite-css-settings-for-nice-look#post-315235</link>
			<pubDate>Mon, 10 Jun 2013 11:15:44 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">315235@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah you should be fine on that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedro67 on "need to overwrite css settings for nice look"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-overwrite-css-settings-for-nice-look#post-315227</link>
			<pubDate>Mon, 10 Jun 2013 11:13:23 +0000</pubDate>
			<dc:creator>pedro67</dc:creator>
			<guid isPermaLink="false">315227@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ahhh... now / thanks&#60;br /&#62;
but you got me wrong. I did want them all to be transparent.&#60;br /&#62;
So I changed the color now to transparent - works fine.&#60;br /&#62;
Does this work on other browsers too? I use mostly Chrome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "need to overwrite css settings for nice look"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-overwrite-css-settings-for-nice-look#post-315220</link>
			<pubDate>Mon, 10 Jun 2013 11:10:40 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">315220@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Change this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
button, input[type=&#38;quot;date&#38;quot;], input[type=&#38;quot;email&#38;quot;], input[type=&#38;quot;file&#38;quot;], input[type=&#38;quot;password&#38;quot;], input[type=&#38;quot;text&#38;quot;], select, textarea {
background-color: #f6f6f6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
button, input[type=&#38;quot;date&#38;quot;], input[type=&#38;quot;email&#38;quot;], input[type=&#38;quot;file&#38;quot;], input[type=&#38;quot;password&#38;quot;], input[type=&#38;quot;text&#38;quot;], select, textarea, input[type=&#38;quot;tel&#38;quot;] {
background-color: #f6f6f6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Or alternatively, you could just use a single line text field instead of a phone number field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedro67 on "need to overwrite css settings for nice look"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-overwrite-css-settings-for-nice-look#post-315216</link>
			<pubDate>Mon, 10 Jun 2013 11:08:53 +0000</pubDate>
			<dc:creator>pedro67</dc:creator>
			<guid isPermaLink="false">315216@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hey Rob.&#60;/p&#62;
&#60;p&#62;no - does not help or I did something wrong inserting the snipet in my custom.css&#60;/p&#62;
&#60;p&#62;don´t I have to use a Point (.) at before button?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "need to overwrite css settings for nice look"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-overwrite-css-settings-for-nice-look#post-315201</link>
			<pubDate>Mon, 10 Jun 2013 11:02:56 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">315201@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like your theme is not accounting for the input type of &#34;tel&#34; :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
button, input[type=&#38;quot;date&#38;quot;], input[type=&#38;quot;email&#38;quot;], input[type=&#38;quot;file&#38;quot;], input[type=&#38;quot;password&#38;quot;], input[type=&#38;quot;text&#38;quot;], select, textarea {
background-color: #f6f6f6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Does that help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedro67 on "need to overwrite css settings for nice look"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-overwrite-css-settings-for-nice-look#post-310916</link>
			<pubDate>Sat, 08 Jun 2013 19:31:05 +0000</pubDate>
			<dc:creator>pedro67</dc:creator>
			<guid isPermaLink="false">310916@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;I guess you have told me something like this already but I cannot find it anymore. On this testpage I would like to kill the given background of the form to look like the field of the phone number.&#60;br /&#62;
But I do not know where to find or define this css in my custom css. I want to add it specificly for the form.&#60;br /&#62;
Here is the link from this testpage which is still in work:&#60;br /&#62;
&#60;a href=&#34;http://page.pronto-salvo.at/contatto&#34; rel=&#34;nofollow&#34;&#62;http://page.pronto-salvo.at/contatto&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
