<?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: How to Change CSS</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-css</link>
		<description>Gravity Support Forums Topic: How to Change CSS</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 11:14:42 +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/how-to-change-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "How to Change CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-css#post-67619</link>
			<pubDate>Mon, 23 Jul 2012 20:07:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67619@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Styling of drop downs is sometimes difficult. It's a browser function and differs between browsers and platforms.  There are some things you can change.  Please see here for a discussion: &#60;a href=&#34;http://bavotasan.com/2011/style-select-box-using-only-css/&#34; rel=&#34;nofollow&#34;&#62;http://bavotasan.com/2011/style-select-box-using-only-css/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For other elements I would look in the source of the rendered page and find the actual markup for the element you want to style.  I was going to post an example of how to style checkboxes or radio buttons in your form, but those elements are not present :-)&#60;/p&#62;
&#60;p&#62;Start poking around and experimenting.  Be sure to add your styles to the theme's style.css and not modify any of the plugin files.  Post an example of what you are having difficulty styling and we will help you out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>khartje on "How to Change CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-css#post-67615</link>
			<pubDate>Mon, 23 Jul 2012 19:49:50 +0000</pubDate>
			<dc:creator>khartje</dc:creator>
			<guid isPermaLink="false">67615@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you. That's exactly what I was looking for. That's a very useful reference!&#60;/p&#62;
&#60;p&#62;I didn't see the element for dropdown choices. I'd like to make those darker. Can you give me the element for those? Will this be the same element for radio or checkbox choices, as well?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Kaleb
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to Change CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-css#post-67599</link>
			<pubDate>Mon, 23 Jul 2012 17:46:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67599@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Take a look here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/gravity-forms-css-visual-guide/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/gravity-forms-css-visual-guide/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The other thing you can do it look at the source of the page when the form is rendered.  You can see the specific or general elements you want to target in the source.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>khartje on "How to Change CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-css#post-67594</link>
			<pubDate>Mon, 23 Jul 2012 17:16:00 +0000</pubDate>
			<dc:creator>khartje</dc:creator>
			<guid isPermaLink="false">67594@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's awesome. What are the other .gform_wrappers called? Do you have a list of them somewhere (i.e. for Name, Email, etc.)? The URL you can check out is &#60;a href=&#34;http://schoolboost.org/donate&#34; rel=&#34;nofollow&#34;&#62;http://schoolboost.org/donate&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thanks again!&#60;/p&#62;
&#60;p&#62;Kaleb
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to Change CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-css#post-67554</link>
			<pubDate>Mon, 23 Jul 2012 14:19:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67554@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You cannot change the output of the plugin like that. The h3 is output by the Gravity Forms plugin.  You would style the h3 element in your theme's stylesheet to look like the existing h5 element style you like.  To target just the h3 elements in the Gravity Form, not all h5 elements on your site, the rules you add to your theme's style.css would look like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper h3 {
color: red;
font-weight: 700;
font-size: 15px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However, please post a link to your site with the Gravity Form in use and we'll help you with the exact CSS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>khartje on "How to Change CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-css#post-67552</link>
			<pubDate>Mon, 23 Jul 2012 13:39:18 +0000</pubDate>
			<dc:creator>khartje</dc:creator>
			<guid isPermaLink="false">67552@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I just purchased Gravity Forms and I'm wondering how I can change the default CSS. I notice that there's a CSS Class Name option in the Advanced area, but what am I supposed to put there?&#60;/p&#62;
&#60;p&#62;For instance, the email field is currently using the h3 element and I'd like for it to use the h5. What do I enter to change that?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Kaleb
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
