<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Can&#039;t change the font size of input text in a contact form.</title>
		<link>http://en.forums.wordpress.com/topic/cant-change-the-font-size-of-input-text-in-a-contact-form</link>
		<description>WordPress.com Forums &#187; Topic: Can&#039;t change the font size of input text in a contact form.</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 10:59:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/cant-change-the-font-size-of-input-text-in-a-contact-form" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Can&#039;t change the font size of input text in a contact form."</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-the-font-size-of-input-text-in-a-contact-form#post-1088890</link>
			<pubDate>Fri, 07 Dec 2012 00:17:28 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1088890@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To make the contact form font inside textarea elements larger in the Oxygen theme, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.contact-form textarea {
	font-size: 1.4em !important;
}</code></pre>
<p>Adjust the "1.4em" value to your liking.</p>
<p>If you want to make all of the fonts inside contact form elements, such as input boxes, then use this instead:</p>
<pre><code>.contact-form .input-text,
.contact-form input[type=&quot;email&quot;],
.contact-form input[type=&quot;password&quot;],
.contact-form input[type=&quot;text&quot;],
.contact-form select,
.contact-form textarea {
	font-size: 1.4em !important;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>elevatecreation on "Can&#039;t change the font size of input text in a contact form."</title>
			<link>http://en.forums.wordpress.com/topic/cant-change-the-font-size-of-input-text-in-a-contact-form#post-1070691</link>
			<pubDate>Sat, 17 Nov 2012 00:40:59 +0000</pubDate>
			<dc:creator>elevatecreation</dc:creator>
			<guid isPermaLink="false">1070691@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm trying to change the font size for the text area of my contact form. I have the CSS upgrade and tried changing font sizes all over my site but they just stay the same. I would really appreciate it If someone can please help me figure out how to change specific font sizes around the site.</p>
<p>Here is the link to the contact form in question.<br />
<a href="http://elevatecreation.com/ordering/">elevatecreation.com/ordering/</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
